Commit 9166144283d87cd763427d80e499037060d6ae3a

Authored by 谭毅彬
1 parent 8562e0d0

修正测试环境redis密码

Signed-off-by: TanYibin <5491541@qq.com>
huaheng-wms-core/src/main/resources/application-test.yml
... ... @@ -152,7 +152,7 @@ spring:
152 152 max-wait: 100ms #最大建立连接等待时间。如果超过此时间将接到异常。设为-1表示无限制。
153 153 min-idle: 0 #最小等待连接中的数量,设 0 为没有限制
154 154 shutdown-timeout: 100ms
155   - password: '123456'
  155 + password: 123456
156 156 port: 6379
157 157 #mybatis plus 设置
158 158 mybatis-plus:
... ...