Browse Source

更新 'src/main/resources/bootstrap.yml'

adminGRP 4 years ago
parent
commit
b35c87f37c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/resources/bootstrap.yml

+ 2 - 2
src/main/resources/bootstrap.yml

@@ -26,7 +26,7 @@ spring:
26
   # 数据库配置
26
   # 数据库配置
27
   datasource:
27
   datasource:
28
     driver-class-name: com.mysql.jdbc.Driver
28
     driver-class-name: com.mysql.jdbc.Driver
29
-    url: jdbc:mysql://localhost:3306/depot_yunnan?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=UTC
29
+    url: jdbc:mysql://172.16.0.5:3306/depot?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=UTC
30
     username: root
30
     username: root
31
     password: 123456
31
     password: 123456
32
   # 缓存配置
32
   # 缓存配置
@@ -85,7 +85,7 @@ spring:
85
   # 数据库配置
85
   # 数据库配置
86
   datasource:
86
   datasource:
87
     driver-class-name: com.mysql.jdbc.Driver
87
     driver-class-name: com.mysql.jdbc.Driver
88
-    url: jdbc:mysql://172.16.0.46:3306/depot-yunnan?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=UTC
88
+    url: jdbc:mysql://172.16.0.5:3306/depot?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=UTC
89
     username: root
89
     username: root
90
     password: 123456
90
     password: 123456
91
   # 缓存配置
91
   # 缓存配置