NutzCN Logo
问答 NutzBoot发布 2.2.7 代号: "beautiful in white"
发布于 1988天前 作者 蛋蛋的忧伤 2394 次浏览 复制 上一个帖子 下一个帖子
标签:

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禁用目录展示
6 回复

这真是可喜可贺啊

最好来个lettuce的demo,哈哈

👍

来自炫酷的 NutzCN

@qq_b1ca03f7 其实你可以试试的

@IocBean
public class LettuceBeans {
     @IocBean(name="redisClient")
    public RedisClient make() { //例如最简单的单机连接
         return RedisClient.create("redis://password@localhost:6379/0")
    }
}

@wendal 我想着不是应该直接配置文件注入吗

@qq_b1ca03f7 注入PropertiesProxy 嘛, 就像其他starter一样

添加回复
请先登陆
回到顶部