|
@@ -65,7 +65,7 @@ spring:
|
|
65
|
# 数据库配置
|
65
|
# 数据库配置
|
|
66
|
datasource:
|
66
|
datasource:
|
|
67
|
driver-class-name: com.mysql.jdbc.Driver
|
67
|
driver-class-name: com.mysql.jdbc.Driver
|
|
68
|
- url: jdbc:mysql://localhost:3306/depot-yunnan?useUnicode=true&characterEncoding=utf-8&useSSL=false
|
|
|
|
|
|
68
|
+ url: jdbc:mysql://172.16.0.46:3306/depot-yunnan?useUnicode=true&characterEncoding=utf-8&useSSL=false
|
|
69
|
username: root
|
69
|
username: root
|
|
70
|
password: 123456
|
70
|
password: 123456
|
|
71
|
# 缓存配置 host: redis-depot
|
71
|
# 缓存配置 host: redis-depot
|