Explorar o código

云南智能仓房-应急端配置文件修改

hanqingsong %!s(int64=5) %!d(string=hai) anos
pai
achega
1fd51ef05e

+ 1 - 1
depot-intelligent/src/main/resources/bootstrap.yml

@@ -20,7 +20,7 @@ spring:
20 20
   # 数据库配置
21 21
   datasource:
22 22
     driver-class-name: com.mysql.jdbc.Driver
23
-    url: jdbc:mysql://localhost:3306/depot_yunnan?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=UTC
23
+    url: jdbc:mysql://localhost:3306/depot?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=UTC
24 24
     username: root
25 25
     password: 123456
26 26
   # 缓存配置

+ 1 - 1
depot-web/src/main/resources/bootstrap.yml

@@ -17,7 +17,7 @@ spring:
17 17
   # 数据库配置
18 18
   datasource:
19 19
     driver-class-name: com.mysql.jdbc.Driver
20
-    url: jdbc:mysql://localhost:3306/depot_yunnan?useUnicode=true&characterEncoding=utf-8&useSSL=false
20
+    url: jdbc:mysql://localhost:3306/depot?useUnicode=true&characterEncoding=utf-8&useSSL=false
21 21
     username: root
22 22
     password: 123456
23 23
   # 缓存配置