【修改】修改redis端口
This commit is contained in:
@@ -57,7 +57,7 @@ spring:
|
||||
min-idle: 0 #最小等待连接中的数量,设 0 为没有限制
|
||||
shutdown-timeout: 100ms
|
||||
password:
|
||||
port: 6379
|
||||
port: 4780
|
||||
#rabbitmq配置
|
||||
rabbitmq:
|
||||
host: 127.0.0.1
|
||||
@@ -142,7 +142,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