codingliang hace 6 meses
padre
commit
a705c52296
Se han modificado 1 ficheros con 5 adiciones y 5 borrados
  1. 5 5
      src/main/resources/application-nd.yml

+ 5 - 5
src/main/resources/application-nd.yml

@@ -5,7 +5,7 @@ spring:
             driver-class-name: com.mysql.cj.jdbc.Driver
             url: jdbc:mysql://43.139.211.126:3306/tcwm2.5?useUnicode=true&characterEncoding=utf-8&useSSL=false&rewriteBatchedStatements=true&serverTimezone=CTT&useAffectedRows=true
             username: root
-            password: asdf()!#321
+            password: "asdf()!#321"
             initial-size: 10
             max-active: 100
             min-idle: 10
@@ -33,10 +33,10 @@ spring:
                     config:
                         multi-statement-allow: true
     redis:
-        host: 134.175.252.69
+        host: localhost
         port: 6379
         password: ch_wm_redis_2025@.
-        database: 3
+        database: 0
         timeout: 5000
         jedis:
             pool:
@@ -119,7 +119,7 @@ mp:
     temp: false
 sftp:
     username: ubuntu
-    password: Am7/yQ`@E42}
+    password: "Am7/yQ`@E42}"
     host: 134.175.252.69
     port: 22
 #查询备用数据库
@@ -128,7 +128,7 @@ dynamic:
     url: jdbc:mysql://43.139.211.126:3306/tcwm2.5?useUnicode=true&characterEncoding=utf-8&useSSL=false&rewriteBatchedStatements=true&serverTimezone=CTT
     #    url: jdbc:mysql://172.16.20.108:3306/tcwm2.5?useUnicode=true&characterEncoding=utf-8&useSSL=false&rewriteBatchedStatements=true&serverTimezone=CTT
     username: root
-    password: asdf()!#321
+    password: "asdf()!#321"
     #    password: chuanghai@2024
     initial-size: 15
     max-active: 100