Browse Source

修改数据库链接

yumeng 1 year ago
parent
commit
3dc5ed62be
1 changed files with 2 additions and 2 deletions
  1. 2 2
      jeecg-boot-material-view/src/main/resources/application-prod.yml

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

@@ -106,9 +106,9 @@ 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
+          url: jdbc:mysql://103.46.170.107:3394/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&allowMultiQueries=true&serverTimezone=GMT%2B8
           username: hcst
-          password: hcst@2021
+          password: hcst@2024
           driver-class-name: com.mysql.jdbc.Driver
   #redis 配置
   redis: