|
|
@@ -23,7 +23,7 @@ spring:
|
|
23
|
23
|
# 数据库配置
|
|
24
|
24
|
datasource:
|
|
25
|
25
|
driverClassName: com.mysql.jdbc.Driver
|
|
26
|
|
- url: jdbc:mysql://172.16.0.46:3306/depot-yunnan?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2b8
|
|
|
26
|
+ url: jdbc:mysql://172.16.0.6:3306/depot?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2b8
|
|
27
|
27
|
username: root
|
|
28
|
28
|
password: 123456
|
|
29
|
29
|
#验证连接是否有效。此参数必须设置为非空字符串,下面三项设置成true才能生效
|