Procházet zdrojové kódy

统一将第三方依赖服务的帐号密码设置为 test 和 Test_123456

reghao před 2 týdny
rodič
revize
1419f8ca8b
32 změnil soubory, kde provedl 98 přidání a 98 odebrání
  1. 3 3
      account/account-service/src/main/resources/application-cluster.yml
  2. 5 5
      account/account-service/src/main/resources/application-dev.yml
  3. 3 3
      account/account-service/src/main/resources/application-test.yml
  4. 4 4
      admin/src/main/resources/application-cluster.yml
  5. 4 4
      admin/src/main/resources/application-dev.yml
  6. 3 3
      admin/src/main/resources/application-test.yml
  7. 2 2
      admin/src/test/java/RedisTest.java
  8. 1 1
      content/content-service/src/main/java/cn/reghao/tnb/content/app/config/shard/DataSourceUtil.java
  9. 2 2
      content/content-service/src/main/java/cn/reghao/tnb/content/app/config/shard/ShardingSphereConfig.java
  10. 2 2
      content/content-service/src/main/resources/application-cluster.yml
  11. 3 3
      content/content-service/src/main/resources/application-dev.yml
  12. 2 2
      content/content-service/src/main/resources/application-test.yml
  13. 2 2
      content/content-service/src/main/resources/sharding-cluster.yml
  14. 4 4
      content/content-service/src/main/resources/sharding-dev.yml
  15. 2 2
      content/content-service/src/main/resources/sharding-test.yml
  16. 4 4
      content/content-service/src/main/resources/sharding1.yml
  17. 7 7
      data/data-service/src/main/resources/application-dev.yml
  18. 2 2
      data/data-service/src/main/resources/application-test.yml
  19. 2 2
      file/file-service/src/main/resources/application-cluster.yml
  20. 3 3
      file/file-service/src/main/resources/application-dev.yml
  21. 2 2
      file/file-service/src/main/resources/application-test.yml
  22. 3 3
      gateway/src/main/resources/application-dev.yml
  23. 2 2
      gateway/src/main/resources/application-test.yml
  24. 3 3
      message/message-service/src/main/resources/application-cluster.yml
  25. 5 5
      message/message-service/src/main/resources/application-dev.yml
  26. 3 3
      message/message-service/src/main/resources/application-test.yml
  27. 2 2
      search/search-service/src/main/resources/application-cluster.yml
  28. 7 7
      search/search-service/src/main/resources/application-dev.yml
  29. 4 4
      search/search-service/src/main/resources/application-test.yml
  30. 2 2
      user/user-service/src/main/resources/application-cluster.yml
  31. 3 3
      user/user-service/src/main/resources/application-dev.yml
  32. 2 2
      user/user-service/src/main/resources/application-test.yml

+ 3 - 3
account/account-service/src/main/resources/application-cluster.yml

@@ -11,13 +11,13 @@ spring:
       database: 0
       host: 192.168.0.211
       port: 6379
-      password: Test@123456
+      password: Test_123456
   rabbitmq:
     addresses: 192.168.0.211:5672,192.168.0.212:5672,192.168.0.213:5672
     virtual-host: /
     username: test
-    password: Test@123456
+    password: Test_123456
   datasource:
     url: jdbc:mysql://192.168.0.211:3306/tnb_account_tdb?useSSL=false&useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2b8
     username: test
-    password: Test@123456
+    password: Test_123456

+ 5 - 5
account/account-service/src/main/resources/application-dev.yml

@@ -16,14 +16,14 @@ spring:
       database: 0
       host: 127.0.0.1
       port: 6379
-      password: Dev@123456
+      password: Test_123456
   rabbitmq:
     host: 127.0.0.1
     port: 5672
     virtual-host: /
-    username: dev
-    password: Dev@123456
+    username: test
+    password: Test_123456
   datasource:
     url: jdbc:mysql://127.0.0.1/tnb_account_rdb?useSSL=false&useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2b8
-    username: dev
-    password: Dev@123456
+    username: test
+    password: Test_123456

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

@@ -16,14 +16,14 @@ spring:
       database: 0
       host: 192.168.0.209
       port: 6379
-      password: Test@123456
+      password: Test_123456
   rabbitmq:
     host: 192.168.0.209
     port: 5672
     virtual-host: /
     username: test
-    password: Test@123456
+    password: Test_123456
   datasource:
     url: jdbc:mysql://192.168.0.209:3306/tnb_account_tdb?useSSL=false&useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2b8
     username: test
-    password: Test@123456
+    password: Test_123456

+ 4 - 4
admin/src/main/resources/application-cluster.yml

@@ -11,7 +11,7 @@ spring:
       uri: mongodb://test:Test_123456@192.168.0.213:27017,192.168.0.214:27017,192.168.0.215:27017/tnb_content_rdb?replicaSet=mymongo&readPreference=secondaryPreferred&connectTimeoutMS=300000
     redis:
       database: 0
-      password: Test@123456
+      password: Test_123456
       lettuce:
         pool:
           # 最大连接数
@@ -24,7 +24,7 @@ spring:
           min-idle: 1
       sentinel:
         master: mymaster
-        password: Test@123456
+        password: Test_123456
         nodes:
           - 192.168.0.214:26379
           - 192.168.0.215:26379
@@ -33,11 +33,11 @@ spring:
     addresses: 192.168.0.211:5672,192.168.0.212:5672,192.168.0.213:5672
     virtual-host: /
     username: test
-    password: Test@123456
+    password: Test_123456
   datasource:
     url: jdbc:mysql://192.168.0.215:3306,192.168.0.216:3306/testdb?serverTimezone=UTC&useUnicode=true&characterEncoding=utf8
     username: test
-    password: Test@123456
+    password: Test_123456
 eureka:
   client:
     service-url:

+ 4 - 4
admin/src/main/resources/application-dev.yml

@@ -15,7 +15,7 @@ spring:
       uri: mongodb://test:Test_123456@192.168.0.214:27017,192.168.0.215:27017,192.168.0.216:27017/tnb_content_rdb?replicaSet=mymongo&authSource=admin&readPreference=secondaryPreferred&connectTimeoutMS=300000
     redis:
       database: 0
-      password: Test@123456
+      password: Test_123456
       lettuce:
         pool:
           # 最大连接数
@@ -28,7 +28,7 @@ spring:
           min-idle: 1
       sentinel:
         master: mymaster
-        password: Test@123456
+        password: Test_123456
         nodes:
           - 192.168.0.214:26379
           - 192.168.0.215:26379
@@ -37,8 +37,8 @@ spring:
     addresses: 192.168.0.211:5672,192.168.0.212:5672,192.168.0.213:5672
     virtual-host: /
     username: test
-    password: Test@123456
+    password: Test_123456
   datasource:
     url: jdbc:mysql://192.168.0.215:3306,192.168.0.216:3306/testdb?serverTimezone=UTC&useUnicode=true&characterEncoding=utf8
     username: test
-    password: Test@123456
+    password: Test_123456

+ 3 - 3
admin/src/main/resources/application-test.yml

@@ -16,14 +16,14 @@ spring:
       database: 0
       host: 192.168.0.209
       port: 6379
-      password: Test@123456
+      password: Test_123456
   rabbitmq:
     host: 192.168.0.209
     port: 5672
     virtual-host: /
     username: test
-    password: Test@123456
+    password: Test_123456
   datasource:
     url: jdbc:mysql://192.168.0.209:3306/tnb_account_tdb?useSSL=false&useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2b8
     username: test
-    password: Test@123456
+    password: Test_123456

+ 2 - 2
admin/src/test/java/RedisTest.java

@@ -58,10 +58,10 @@ public class RedisTest {
     public void connTest() {
         String masterId = "mymaster";
         RedisURI redisUri = RedisURI.Builder
-                .sentinel("192.168.0.214", 26379, masterId, "Test@123456")
+                .sentinel("192.168.0.214", 26379, masterId, "Test_123456")
                 .withSentinel("192.168.0.215")
                 .withSentinel("192.168.0.216")
-                .withPassword("Test@123456".toCharArray())
+                .withPassword("Test_123456".toCharArray())
                 .build();
         RedisClient redisClient = RedisClient.create(redisUri);
 

+ 1 - 1
content/content-service/src/main/java/cn/reghao/tnb/content/app/config/shard/DataSourceUtil.java

@@ -13,7 +13,7 @@ public class DataSourceUtil {
     private static final String HOST = "127.0.0.1";
     private static final int PORT = 3306;
     private static final String USERNAME = "dev";
-    private static final String PASSWORD = "Dev@123456";
+    private static final String PASSWORD = "Test_123456";
 
     public static DataSource createDataSource(final String database) {
         HikariConfig hikariConfig = new HikariConfig();

+ 2 - 2
content/content-service/src/main/java/cn/reghao/tnb/content/app/config/shard/ShardingSphereConfig.java

@@ -75,7 +75,7 @@ public class ShardingSphereConfig {
         dataSource1.setDriverClassName("com.mysql.cj.jdbc.Driver");
         dataSource1.setJdbcUrl(jdbcUrl1);
         dataSource1.setUsername("dev");
-        dataSource1.setPassword("Dev@123456");
+        dataSource1.setPassword("Test_123456");
         dataSourceMap.put("write_ds", dataSource1);
 
         // 配置第 2 个数据源
@@ -83,7 +83,7 @@ public class ShardingSphereConfig {
         dataSource2.setDriverClassName("com.mysql.cj.jdbc.Driver");
         dataSource2.setJdbcUrl(jdbcUrl2);
         dataSource2.setUsername("dev");
-        dataSource2.setPassword("Dev@123456");
+        dataSource2.setPassword("Test_123456");
         dataSourceMap.put("read_ds_0", dataSource2);
         return dataSourceMap;
     }

+ 2 - 2
content/content-service/src/main/resources/application-cluster.yml

@@ -12,9 +12,9 @@ spring:
       database: 0
       host: 192.168.0.211
       port: 6379
-      password: Test@123456
+      password: Test_123456
   rabbitmq:
     addresses: 192.168.0.211:5672,192.168.0.212:5672,192.168.0.213:5672
     virtual-host: /
     username: test
-    password: Test@123456
+    password: Test_123456

+ 3 - 3
content/content-service/src/main/resources/application-dev.yml

@@ -18,10 +18,10 @@ spring:
       database: 0
       host: 127.0.0.1
       port: 6379
-      password: Dev@123456
+      password: Test_123456
   rabbitmq:
     host: 127.0.0.1
     port: 5672
     virtual-host: /
-    username: dev
-    password: Dev@123456
+    username: test
+    password: Test_123456

+ 2 - 2
content/content-service/src/main/resources/application-test.yml

@@ -16,10 +16,10 @@ spring:
       database: 0
       host: 192.168.0.209
       port: 6379
-      password: Test@123456
+      password: Test_123456
   rabbitmq:
     host: 192.168.0.209
     port: 5672
     virtual-host: /
     username: test
-    password: Test@123456
+    password: Test_123456

+ 2 - 2
content/content-service/src/main/resources/sharding-cluster.yml

@@ -13,14 +13,14 @@ dataSources:
     dataSourceClassName: com.zaxxer.hikari.HikariDataSource
     jdbcUrl: jdbc:mysql://192.168.0.209/tnb_content_tdb?useSSL=false&useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2b8
     username: test
-    password: Test@123456
+    password: Test_123456
   # 配置从数据库(salve3308可以写自己的名字)
   slave3307:
     driverClassName: com.mysql.cj.jdbc.Driver
     dataSourceClassName: com.zaxxer.hikari.HikariDataSource
     jdbcUrl: jdbc:mysql://192.168.0.209/tnb_content_tdb?useSSL=false&useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2b8
     username: test
-    password: Test@123456
+    password: Test_123456
 # 配置规则
 rules:
   # 单表规则用于指定哪些单表需要被 ShardingSphere 管理,也可设置默认的单表数据源。

+ 4 - 4
content/content-service/src/main/resources/sharding-dev.yml

@@ -12,15 +12,15 @@ dataSources:
     driverClassName: com.mysql.cj.jdbc.Driver
     dataSourceClassName: com.zaxxer.hikari.HikariDataSource
     jdbcUrl: jdbc:mysql://localhost:3306/tnb_content_rdb?serverTimezone=UTC&useSSL=false&useUnicode=true&characterEncoding=UTF-8&allowPublicKeyRetrieval=true
-    username: dev
-    password: Dev@123456
+    username: test
+    password: Test_123456
   # 配置从数据库(salve3308可以写自己的名字)
   slave3307:
     driverClassName: com.mysql.cj.jdbc.Driver
     dataSourceClassName: com.zaxxer.hikari.HikariDataSource
     jdbcUrl: jdbc:mysql://localhost:3306/tnb_content_rdb?serverTimezone=UTC&useSSL=false&useUnicode=true&characterEncoding=UTF-8&allowPublicKeyRetrieval=true
-    username: dev
-    password: Dev@123456
+    username: test
+    password: Test_123456
 # 配置规则
 rules:
   # 单表规则用于指定哪些单表需要被 ShardingSphere 管理,也可设置默认的单表数据源。

+ 2 - 2
content/content-service/src/main/resources/sharding-test.yml

@@ -13,14 +13,14 @@ dataSources:
     dataSourceClassName: com.zaxxer.hikari.HikariDataSource
     jdbcUrl: jdbc:mysql://192.168.0.209/tnb_content_tdb?useSSL=false&useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2b8
     username: test
-    password: Test@123456
+    password: Test_123456
   # 配置从数据库(salve3308可以写自己的名字)
   slave3307:
     driverClassName: com.mysql.cj.jdbc.Driver
     dataSourceClassName: com.zaxxer.hikari.HikariDataSource
     jdbcUrl: jdbc:mysql://192.168.0.209/tnb_content_tdb?useSSL=false&useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2b8
     username: test
-    password: Test@123456
+    password: Test_123456
 # 配置规则
 rules:
   # 单表规则用于指定哪些单表需要被 ShardingSphere 管理,也可设置默认的单表数据源。

+ 4 - 4
content/content-service/src/main/resources/sharding1.yml

@@ -12,15 +12,15 @@ dataSources:
     driverClassName: com.mysql.cj.jdbc.Driver
     dataSourceClassName: com.zaxxer.hikari.HikariDataSource
     jdbcUrl: jdbc:mysql://localhost:3306/tnb_content_rdb?serverTimezone=UTC&useSSL=false&useUnicode=true&characterEncoding=UTF-8&allowPublicKeyRetrieval=true
-    username: dev
-    password: Dev@123456
+    username: test
+    password: Test_123456
   # 配置从数据库(salve3308可以写自己的名字)
   slave3307:
     driverClassName: com.mysql.cj.jdbc.Driver
     dataSourceClassName: com.zaxxer.hikari.HikariDataSource
     jdbcUrl: jdbc:mysql://localhost:3306/tnb_content_rdb?serverTimezone=UTC&useSSL=false&useUnicode=true&characterEncoding=UTF-8&allowPublicKeyRetrieval=true
-    username: dev
-    password: Dev@123456
+    username: test
+    password: Test_123456
 # 配置规则
 rules:
   # 单表规则用于指定哪些单表需要被 ShardingSphere 管理,也可设置默认的单表数据源。

+ 7 - 7
data/data-service/src/main/resources/application-dev.yml

@@ -5,27 +5,27 @@ spring:
   r2dbc:
     driver-class-name: com.mysql.jdbc.Driver
     url: r2dbcs:mysql://127.0.0.1/tnb_content_rdb?SSL=false&sslMode=DISABLED&useUnicode=true&characterEncoding=UTF8&autoReconnect=true
-    username: dev
-    password: Dev@123456
+    username: test
+    password: Test_123456
   data:
     mongodb:
       host: 127.0.0.1
       port: 27017
       authentication-database: admin
-      username: dev
-      password: Dev@123456
+      username: test
+      password: Test_123456
       database: "tnb_content_rdb"
     redis:
       database: 0
       host: 127.0.0.1
       port: 6379
-      password: Dev@123456
+      password: Test_123456
   rabbitmq:
     host: 127.0.0.1
     port: 5672
     virtual-host: /
-    username: dev
-    password: Dev@123456
+    username: test
+    password: Test_123456
 eureka:
   client:
     service-url:

+ 2 - 2
data/data-service/src/main/resources/application-test.yml

@@ -7,13 +7,13 @@ spring:
       database: 0
       host: 192.168.0.209
       port: 6379
-      password: Test@123456
+      password: Test_123456
   rabbitmq:
     host: 192.168.0.209
     port: 5672
     virtual-host: /
     username: test
-    password: Test@123456
+    password: Test_123456
 eureka:
   client:
     service-url:

+ 2 - 2
file/file-service/src/main/resources/application-cluster.yml

@@ -11,11 +11,11 @@ spring:
       database: 0
       host: 192.168.0.209
       port: 6379
-      password: Test@123456
+      password: Test_123456
   datasource:
     url: jdbc:mysql://192.168.0.209:3306/tnb_content_tdb?useSSL=false&useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2b8
     username: test
-    password: Test@123456
+    password: Test_123456
 eureka:
   client:
     service-url:

+ 3 - 3
file/file-service/src/main/resources/application-dev.yml

@@ -18,8 +18,8 @@ spring:
       database: 0
       host: 127.0.0.1
       port: 6379
-      password: Dev@123456
+      password: Test_123456
   datasource:
     url: jdbc:mysql://127.0.0.1/tnb_content_rdb?useSSL=false&useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2b8
-    username: dev
-    password: Dev@123456
+    username: test
+    password: Test_123456

+ 2 - 2
file/file-service/src/main/resources/application-test.yml

@@ -16,8 +16,8 @@ spring:
       database: 0
       host: 192.168.0.209
       port: 6379
-      password: Test@123456
+      password: Test_123456
   datasource:
     url: jdbc:mysql://192.168.0.209:3306/tnb_content_tdb?useSSL=false&useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2b8
     username: test
-    password: Test@123456
+    password: Test_123456

+ 3 - 3
gateway/src/main/resources/application-dev.yml

@@ -3,8 +3,8 @@ spring:
     host: 127.0.0.1
     port: 5672
     virtual-host: /
-    username: dev
-    password: Dev@123456
+    username: test
+    password: Test_123456
   cloud:
     discovery:
       enabled: true
@@ -21,4 +21,4 @@ spring:
       database: 0
       host: 127.0.0.1
       port: 6379
-      password: Dev@123456
+      password: Test_123456

+ 2 - 2
gateway/src/main/resources/application-test.yml

@@ -4,7 +4,7 @@ spring:
     port: 5672
     virtual-host: /
     username: test
-    password: Test@123456
+    password: Test_123456
   cloud:
     discovery:
       enabled: true
@@ -18,4 +18,4 @@ spring:
       database: 0
       host: 192.168.0.209
       port: 6379
-      password: Test@123456
+      password: Test_123456

+ 3 - 3
message/message-service/src/main/resources/application-cluster.yml

@@ -11,17 +11,17 @@ spring:
       database: 0
       host: 192.168.0.209
       port: 6379
-      password: Test@123456
+      password: Test_123456
   rabbitmq:
     host: 192.168.0.209
     port: 5672
     virtual-host: /
     username: test
-    password: Test@123456
+    password: Test_123456
   datasource:
     url: jdbc:mysql://192.168.0.209:3306/tnb_account_tdb?useSSL=false&useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2b8
     username: test
-    password: Test@123456
+    password: Test_123456
 eureka:
   client:
     service-url:

+ 5 - 5
message/message-service/src/main/resources/application-dev.yml

@@ -16,14 +16,14 @@ spring:
       database: 0
       host: 127.0.0.1
       port: 6379
-      password: Dev@123456
+      password: Test_123456
   rabbitmq:
     host: 127.0.0.1
     port: 5672
     virtual-host: /
-    username: dev
-    password: Dev@123456
+    username: test
+    password: Test_123456
   datasource:
     url: jdbc:mysql://127.0.0.1/tnb_account_rdb?useSSL=false&useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2b8
-    username: dev
-    password: Dev@123456
+    username: test
+    password: Test_123456

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

@@ -16,14 +16,14 @@ spring:
       database: 0
       host: 192.168.0.209
       port: 6379
-      password: Test@123456
+      password: Test_123456
   rabbitmq:
     host: 192.168.0.209
     port: 5672
     virtual-host: /
     username: test
-    password: Test@123456
+    password: Test_123456
   datasource:
     url: jdbc:mysql://192.168.0.209:3306/tnb_account_tdb?useSSL=false&useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2b8
     username: test
-    password: Test@123456
+    password: Test_123456

+ 2 - 2
search/search-service/src/main/resources/application-cluster.yml

@@ -11,11 +11,11 @@ spring:
       database: 0
       host: 192.168.0.209
       port: 6379
-      password: Test@123456
+      password: Test_123456
   datasource:
     url: jdbc:mysql://192.168.0.209/tnb_content_tdb?useSSL=false&useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2b8
     username: test
-    password: Test@123456
+    password: Test_123456
 eureka:
   client:
     service-url:

+ 7 - 7
search/search-service/src/main/resources/application-dev.yml

@@ -32,8 +32,8 @@ spring:
       connection-timeout: 30000
       connection-test-query: SELECT 1
     url: jdbc:mysql://127.0.0.1/tnb_content_rdb?useSSL=false&useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2b8
-    username: dev
-    password: Dev@123456
+    username: test
+    password: Test_123456
   jpa:
     show-sql: false
     open-in-view: true
@@ -59,19 +59,19 @@ spring:
       host: 127.0.0.1
       database: "tnb_content_rdb"
       authentication-database: admin
-      username: dev
-      password: Dev@123456
+      username: test
+      password: Test_123456
     redis:
       database: 0
       host: 127.0.0.1
       port: 6379
-      password: Dev@123456
+      password: Test_123456
   rabbitmq:
     host: 127.0.0.1
     port: 5672
     virtual-host: /
-    username: dev
-    password: Dev@123456
+    username: test
+    password: Test_123456
 app:
   es-host: 192.168.0.81
   es-port: 9200

+ 4 - 4
search/search-service/src/main/resources/application-test.yml

@@ -33,7 +33,7 @@ spring:
       connection-test-query: SELECT 1
     url: jdbc:mysql://192.168.0.209/tnb_content_tdb?useSSL=false&useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2b8
     username: test
-    password: Test@123456
+    password: Test_123456
   jpa:
     show-sql: false
     open-in-view: true
@@ -60,18 +60,18 @@ spring:
       database: "tnb_content_tdb"
       authentication-database: admin
       username: test
-      password: Test@123456
+      password: Test_123456
     redis:
       database: 0
       host: 192.168.0.209
       port: 6379
-      password: Test@123456
+      password: Test_123456
   rabbitmq:
     host: 192.168.0.209
     port: 5672
     virtual-host: /
     username: test
-    password: Test@123456
+    password: Test_123456
 app:
   es-host: 192.168.0.81
   es-port: 9200

+ 2 - 2
user/user-service/src/main/resources/application-cluster.yml

@@ -12,8 +12,8 @@ spring:
       database: 0
       host: 192.168.0.211
       port: 6379
-      password: Test@123456
+      password: Test_123456
   datasource:
     url: jdbc:mysql://192.168.0.211:3306/tnb_account_tdb?useSSL=false&useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2b8
     username: test
-    password: Test@123456
+    password: Test_123456

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

@@ -16,8 +16,8 @@ spring:
       database: 0
       host: 127.0.0.1
       port: 6379
-      password: Dev@123456
+      password: Test_123456
   datasource:
     url: jdbc:mysql://127.0.0.1/tnb_account_rdb?useSSL=false&useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2b8
-    username: dev
-    password: Dev@123456
+    username: test
+    password: Test_123456

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

@@ -16,8 +16,8 @@ spring:
       database: 0
       host: 192.168.0.209
       port: 6379
-      password: Test@123456
+      password: Test_123456
   datasource:
     url: jdbc:mysql://192.168.0.209:3306/tnb_account_tdb?useSSL=false&useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2b8
     username: test
-    password: Test@123456
+    password: Test_123456