【修改】修改redis端口
This commit is contained in:
@@ -153,7 +153,7 @@ spring:
|
||||
min-idle: 0 #最小等待连接中的数量,设 0 为没有限制
|
||||
shutdown-timeout: 100ms
|
||||
password: 'hzwlsoft.com'
|
||||
port: 6379
|
||||
port: 4780
|
||||
#mybatis plus 设置
|
||||
mybatis-plus:
|
||||
mapper-locations: classpath*:com/jero/**/xml/*Mapper.xml
|
||||
@@ -240,7 +240,7 @@ jero :
|
||||
data-type: yml
|
||||
#分布式锁配置
|
||||
redisson:
|
||||
address: 127.0.0.1:6379
|
||||
address: 127.0.0.1:4780
|
||||
password:
|
||||
type: STANDALONE
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user