瀏覽代碼

修改配置

yumeng 4 年之前
父節點
當前提交
ac93af0c1c

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

@@ -134,7 +134,7 @@ spring:
         master:
           url: jdbc:mysql://139.186.31.213:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false
           username: hcst
-          password: hcst@2020
+          password: hcst2020
           driver-class-name: com.mysql.jdbc.Driver
           # 多数据源配置
           #multi-datasource1:

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

@@ -96,7 +96,7 @@ spring:
         master:
           url: jdbc:mysql://139.186.31.213:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false
           username: hcst
-          password: hcst@2020
+          password: hcst2020
           driver-class-name: com.mysql.jdbc.Driver
   #redis 配置
   redis: