Browse Source

修改配置

yumeng 4 years ago
parent
commit
6e790b74fd

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

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

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

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