Browse Source

更新 user-service 配置

reghao 1 week ago
parent
commit
752ca54617
1 changed files with 3 additions and 3 deletions
  1. 3 3
      user/user-service/src/main/resources/application-test.yml

+ 3 - 3
user/user-service/src/main/resources/application-test.yml

@@ -34,7 +34,7 @@ spring:
       connection-test-query: SELECT 1
     url: jdbc:mysql://192.168.0.209/tnb_account_tdb?useSSL=false&useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2b8
     username: test
-    password: Test@123456
+    password: Test_123456
   cloud:
     discovery:
       enabled: true
@@ -42,13 +42,13 @@ spring:
       discovery:
         server-addr: 192.168.0.209:8848
         username: nacos
-        password: E4B2M7W8Dx
+        password: Test_123456
   data:
     redis:
       database: 0
       host: 192.168.0.209
       port: 6379
-      password: Test@123456
+      password: Test_123456
 mybatis:
   configuration:
     map-underscore-to-camel-case: true