yumeng 4 år sedan
förälder
incheckning
a9909b018d

+ 1 - 1
jeecg-boot-module-system/src/main/resources/application-dev.yml

@@ -132,7 +132,7 @@ spring:
         connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
       datasource:
         master:
-          url: jdbc:mysql://139.186.31.213:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true
+          url: jdbc:mysql://139.186.31.213/jeecg-boot?characterEncoding=UTF-8&useUnicode=true
           username: hcst
           password: hcst2020
           driver-class-name: com.mysql.jdbc.Driver

+ 1 - 1
jeecg-boot-module-system/src/main/resources/application-test.yml

@@ -94,7 +94,7 @@ spring:
         connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
       datasource:
         master:
-          url: jdbc:mysql://139.186.31.213:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true
+          url: jdbc:mysql://139.186.31.213/jeecg-boot?characterEncoding=UTF-8&useUnicode=true
           username: hcst
           password: hcst2020
           driver-class-name: com.mysql.jdbc.Driver