Commit 30a3f35e5911e95db96776d4bb12f2be561daa34

Authored by 张志伟
2 parents 4706d7d6 9d2ff1cb

Merge remote-tracking branch 'origin/dev' into test

fw-shirasawa-server/src/main/resources/application-test.yml
... ... @@ -13,6 +13,7 @@ spring:
13 13 username: test
14 14 redis:
15 15 host: 192.168.0.9
  16 + password: fw@test@redis
16 17  
17 18 nacos:
18 19 plugin:
... ...
fw-shirasawa-server/src/main/resources/application.yml
... ... @@ -23,7 +23,7 @@ spring:
23 23 hikari:
24 24 connection-test-query: SELECT 1 FROM DUAL
25 25 password: mysql@pwd123
26   - url: jdbc:mysql://192.168.0.8:3306/fw_shirasawa?characterEncoding=UTF-8&useSSL=false
  26 + url: jdbc:mysql://192.168.0.234:3306/fw_shirasawa?characterEncoding=UTF-8&useSSL=false
27 27 username: root
28 28 jackson:
29 29 default-property-inclusion: non_null
... ... @@ -35,7 +35,7 @@ spring:
35 35 profiles:
36 36 active: cache,${activatedProfiles}
37 37 redis:
38   - host: 192.168.0.8
  38 + host: 192.168.0.234
39 39 lettuce:
40 40 pool:
41 41 max-active: 20
... ...