Quellcode durchsuchen

修改数据库连接

yumeng vor 5 Jahren
Ursprung
Commit
1211ef493e
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      jeecg-boot-module-system/src/main/resources/application-test.yml

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

@@ -64,7 +64,7 @@ spring:
   autoconfigure:
     exclude: com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure
   datasource:
-    url: jdbc:mysql://127.0.0.1:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false
+    url: jdbc:mysql://39.106.184.70:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false
     username: hcst
     password: test@20190531
     driver-class-name: com.mysql.jdbc.Driver