zhaoxian 1 рік тому
батько
коміт
4d57d083f5

+ 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 配置