Commit 44f2455e126c1625dd017ed15988057e117aad02

Authored by tongzhonghao
1 parent ba2e6f62

fix(test.yml) 同步公司数据库

huaheng-wms-core/src/main/resources/application-test.yml
... ... @@ -141,7 +141,7 @@ spring:
141 141 datasource:
142 142 master:
143 143 # mysql数据源配置
144   - url: jdbc:log4jdbc:mysql://172.16.29.45:3306/wms4?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai&rewriteBatchedStatements=true
  144 + url: jdbc:log4jdbc:mysql://172.16.29.45:3306/wms4_zhejiangfuleixi?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai&rewriteBatchedStatements=true
145 145 username: root
146 146 password: hhsoftware
147 147 driver-class-name: net.sf.log4jdbc.sql.jdbcapi.DriverSpy
... ... @@ -164,7 +164,7 @@ spring:
164 164 #redis 配置
165 165 redis:
166 166 database: 0
167   - host: 172.16.29.77
  167 + host: 127.0.0.1
168 168 port: 6379
169 169 password: 123456
170 170 timeout: 5000 #超时时间ms
... ... @@ -291,7 +291,7 @@ jeecg:
291 291 data-type: database
292 292 #分布式锁配置
293 293 redisson:
294   - address: 172.16.29.77:6379
  294 + address: 127.0.0.1:6379
295 295 password: 123456
296 296 type: STANDALONE
297 297 enabled: true
... ...