|
@@ -144,7 +144,8 @@ spring:
|
|
#redis 配置
|
|
#redis 配置
|
|
redis:
|
|
redis:
|
|
database: 0
|
|
database: 0
|
|
- host: 127.0.0.1
|
|
|
|
|
|
+# host: 127.0.0.1
|
|
|
|
+ host: 152.136.206.27
|
|
port: 6379
|
|
port: 6379
|
|
password: ''
|
|
password: ''
|
|
#mybatis plus 设置
|
|
#mybatis plus 设置
|
|
@@ -227,8 +228,8 @@ jeecg:
|
|
logRetentionDays: 30
|
|
logRetentionDays: 30
|
|
#分布式锁配置
|
|
#分布式锁配置
|
|
redisson:
|
|
redisson:
|
|
-# address: 152.136.206.27:6379
|
|
|
|
- address: 127.0.0.1:6379
|
|
|
|
|
|
+ address: 152.136.206.27:6379
|
|
|
|
+# address: 127.0.0.1:6379
|
|
password:
|
|
password:
|
|
type: STANDALONE
|
|
type: STANDALONE
|
|
enabled: true
|
|
enabled: true
|