|
|
@@ -26,7 +26,7 @@ spring:
|
|
26
|
26
|
# 数据库配置
|
|
27
|
27
|
datasource:
|
|
28
|
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
|
30
|
username: root
|
|
31
|
31
|
password: 123456
|
|
32
|
32
|
# 缓存配置
|
|
|
@@ -85,7 +85,7 @@ spring:
|
|
85
|
85
|
# 数据库配置
|
|
86
|
86
|
datasource:
|
|
87
|
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
|
89
|
username: root
|
|
90
|
90
|
password: 123456
|
|
91
|
91
|
# 缓存配置
|