Browse Source

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

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

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

@@ -21,7 +21,7 @@ spring:
21 21
   # 数据库配置
22 22
   datasource:
23 23
     driverClassName: com.mysql.cj.jdbc.Driver
24
-    url: jdbc:mysql://172.16.0.46:3306/depot-yunnan?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2b8
24
+    url: jdbc:mysql://172.16.0.5:3306/depot?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2b8
25 25
     username: root
26 26
     password: 123456
27 27
   # 缓存配置