Redis Session测试通过;因为Kryo必须有一个无参数的构造方法,为减少错误几率,所以将Kryo替换为FTS工具,两者性能可忽略。

This commit is contained in:
thinkgem
2018-01-20 00:13:07 +08:00
parent 8901309e8f
commit 66bb03ab58
11 changed files with 188 additions and 118 deletions

View File

@@ -22,6 +22,17 @@ jdbc:
# password: jeesite
# testSql: SELECT 1
# Redis 配置
redis:
# Redis 连接参数
host: 192.168.11.12
port: 6379
password: 1234
# 是否启用Redis系统缓存及会话
cacheAndSession: false
#============================#
#===== System settings ======#
#============================#