refactor: redis连接信息修改
This commit is contained in:
parent
58660a0369
commit
23302afc0b
@ -63,13 +63,13 @@ spring:
|
||||
# redis 配置
|
||||
redis:
|
||||
# 地址
|
||||
host: 192.168.100.106
|
||||
host: jjml.cc
|
||||
# 端口,默认为6379
|
||||
port: 6379
|
||||
port: 7067
|
||||
# 数据库索引
|
||||
database: 0
|
||||
database: 1
|
||||
# 密码
|
||||
password: 123456
|
||||
password: redis_HtWAZW
|
||||
# 连接超时时间
|
||||
timeout: 10s
|
||||
lettuce:
|
||||
@ -103,7 +103,7 @@ mybatis:
|
||||
|
||||
# PageHelper分页插件
|
||||
pagehelper:
|
||||
helperDialect: mysql
|
||||
# helperDialect: mysql
|
||||
supportMethodsArguments: true
|
||||
params: count=countSql
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user