【修改】修改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
@@ -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