2.2.7 "beautiful in white" 例行更新
本版本添加jetty的https支持
- 时间: 2018-11-08
- 曲目: beautiful in white
- 兼容性: 兼容2.0.x/2.1.x/2.2.x
变更:
- add: jetty支持监听https端口
- add: starter-lettuce by howe
- fix: jetty禁用目录展示
本版本添加jetty的https支持
变更:
👍
来自炫酷的 NutzCN
@qq_b1ca03f7 其实你可以试试的
@IocBean
public class LettuceBeans {
@IocBean(name="redisClient")
public RedisClient make() { //例如最简单的单机连接
return RedisClient.create("redis://password@localhost:6379/0")
}
}
@wendal 我想着不是应该直接配置文件注入吗