Commit c68af0d737594d69022254fa5b85a8a3ae2156fe
1 parent
d6a24e0e
测试环境redis修改
Showing
1 changed file
with
4 additions
and
4 deletions
huaheng-wms-core/src/main/resources/application-test.yml
... | ... | @@ -165,9 +165,9 @@ spring: |
165 | 165 | #redis 配置 |
166 | 166 | redis: |
167 | 167 | database: 0 |
168 | - host: 172.16.29.77 | |
168 | + host: 127.0.0.1 | |
169 | 169 | port: 6379 |
170 | - password: 123456 | |
170 | + password: '' | |
171 | 171 | timeout: 5000 #超时时间ms |
172 | 172 | lettuce: |
173 | 173 | pool: |
... | ... | @@ -306,8 +306,8 @@ jeecg: |
306 | 306 | data-type: database |
307 | 307 | #分布式锁配置 |
308 | 308 | redisson: |
309 | - address: 172.16.29.77:6379 | |
310 | - password: 123456 | |
309 | + address: 127.0.0.1:6379 | |
310 | + password: '' | |
311 | 311 | type: STANDALONE |
312 | 312 | enabled: true |
313 | 313 | #cas单点登录 |
... | ... |