24282 2 rokov pred
rodič
commit
07e6e14559

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

@@ -1,9 +1,9 @@
 # spring配置
 spring:
   datasource:
-    url: jdbc:mysql://36.134.91.96:17330/bytesailing_mail?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=Asia/Shanghai
-    username: fjhx2012mysql
-    password: 3PN-Mzn#vnP&q6d
+    url: jdbc:mysql://36.134.91.96:12333/bytesailing_mail?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=Asia/Shanghai
+    username: root
+    password: Fjhx@pwd123
 
 mail:
   # 至少要等待多少秒才会开启下一轮邮件同步

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

@@ -1,9 +1,9 @@
 # spring配置
 spring:
   datasource:
-    url: jdbc:mysql://127.0.0.1:17330/bytesailing_mail?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=Asia/Shanghai
-    username: fjhx2012mysql
-    password: 3PN-Mzn#vnP&q6d
+    url: jdbc:mysql://127.0.0.1:12333/bytesailing_mail?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=Asia/Shanghai
+    username: root
+    password: Fjhx@pwd123
 
 mail:
   # 至少要等待多少秒才会开启下一轮邮件同步