Browse Source

修改数据库配置

syh 5 years ago
parent
commit
477995ec32
1 changed files with 3 additions and 3 deletions
  1. 3 3
      jeecg-boot-module-system/src/main/resources/application-dev.yml

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

@@ -94,9 +94,9 @@ spring:
         connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
       datasource:
         master:
-          url: jdbc:mysql://127.0.0.1:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false
-          username: root
-          password: root
+          url: jdbc:mysql://39.106.184.70:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false
+          username: hcst
+          password: hcst2019
           driver-class-name: com.mysql.jdbc.Driver
           # 多数据源配置
           #multi-datasource1: