Parcourir la source

Merge branch 'master' of zhushouping/wxservice into master

修改数据库链接地址,源数据库RDS退订
朱寿平 il y a 1 mois
Parent
commit
40e79f6980
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      src/main/resources/application-qh.yml
  2. 1 1
      src/main/resources/application.yml

+ 1 - 1
src/main/resources/application-qh.yml

@@ -17,7 +17,7 @@ spring:
 #    url: jdbc:mysql://120.76.84.45:3306/wx_base?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
 #    url: jdbc:mysql://120.76.84.45:3306/wx_base?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
     username: wx_service
     username: wx_service
     password: p9ryaBSuA6
     password: p9ryaBSuA6
-    url: jdbc:mysql://out-rm-wz92efl25x02n44xego.mysql.rds.aliyuncs.com:3306/wx_service?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
+    url: jdbc:mysql://out-rm-wz9rps8173a1nx63gio.mysql.rds.aliyuncs.com:3306/wx_service?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
   thymeleaf:
   thymeleaf:
     cache: false
     cache: false
     prefix: classpath:/templates/
     prefix: classpath:/templates/

+ 1 - 1
src/main/resources/application.yml

@@ -15,7 +15,7 @@ spring:
 #    url: jdbc:mysql://120.76.84.45:3306/wx_base?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
 #    url: jdbc:mysql://120.76.84.45:3306/wx_base?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
     username: wx_service
     username: wx_service
     password: p9ryaBSuA6
     password: p9ryaBSuA6
-    url: jdbc:mysql://out-rm-wz92efl25x02n44xego.mysql.rds.aliyuncs.com:3306/wx_service?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
+    url: jdbc:mysql://out-rm-wz9rps8173a1nx63gio.mysql.rds.aliyuncs.com:3306/wx_service?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
   thymeleaf:
   thymeleaf:
     cache: false
     cache: false
     prefix: classpath:/templates/
     prefix: classpath:/templates/