Commit 9d2ff1cb8e216d91b0d45571476186080903a0b1

Authored by 张志伟
1 parent 4b449440

:rocket: 修改数据库和redis配置

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
... ...