【修改】修改redis端口

This commit is contained in:
zer0Black
2021-03-17 10:23:02 +08:00
parent 7b6717bf9f
commit 1e895b08c1
7 changed files with 17 additions and 17 deletions
@@ -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