Selaa lähdekoodia

修改素材库类型

yumeng 5 vuotta sitten
vanhempi
commit
18f1ae289c

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

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

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

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