|
|
@@ -26,7 +26,7 @@ spring:
|
|
26
|
26
|
# 数据库配置
|
|
27
|
27
|
datasource:
|
|
28
|
28
|
driver-class-name: com.mysql.jdbc.Driver
|
|
29
|
|
- url: jdbc:mysql://121.37.6.72:3306/depot-yunnan?useUnicode=true&characterEncoding=utf-8
|
|
|
29
|
+ url: jdbc:mysql://121.37.6.72:3306/depot-neimeng?useUnicode=true&characterEncoding=utf-8
|
|
30
|
30
|
username: root
|
|
31
|
31
|
password: Huawei1234%^&*
|
|
32
|
32
|
# 缓存配置
|
|
|
@@ -36,7 +36,7 @@ spring:
|
|
36
|
36
|
database: 1
|
|
37
|
37
|
host: 121.37.6.72
|
|
38
|
38
|
port: 6379
|
|
39
|
|
- password:
|
|
|
39
|
+ password: 123456
|
|
40
|
40
|
timeout: 3000
|
|
41
|
41
|
jedis:
|
|
42
|
42
|
pool:
|