zhaoxian преди 1 година
родител
ревизия
4d57d083f5
променени са 1 файла, в които са добавени 5 реда и са изтрити 2 реда
  1. 5 2
      jeecg-boot-material-view/src/main/resources/application-prod.yml

+ 5 - 2
jeecg-boot-material-view/src/main/resources/application-prod.yml

@@ -106,8 +106,11 @@ spring:
         connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
       datasource:
         master:
-          url: jdbc:mysql://103.46.170.107:3390/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&allowMultiQueries=true&serverTimezone=GMT%2B8
-          username: hcst
+#          url: jdbc:mysql://103.46.170.107:3390/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&allowMultiQueries=true&serverTimezone=GMT%2B8
+#          username: hcst
+#          password: hcst@2021
+          url: jdbc:mysql://139.186.27.96:3390/jeecg-boot?useUnicode=true&characterEncoding=utf8&autoReconnect=true&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
+          username: data
           password: hcst@2021
           driver-class-name: com.mysql.jdbc.Driver
   #redis 配置