|
|
@@ -72,7 +72,7 @@ num_version3: :20013
|
|
72
|
72
|
eureka:
|
|
73
|
73
|
client:
|
|
74
|
74
|
service-url:
|
|
75
|
|
- defaultZone: http://172.16.0.46:9511/eureka/
|
|
|
75
|
+ defaultZone: http://121.37.6.72:9811/eureka/
|
|
76
|
76
|
instance:
|
|
77
|
77
|
prefer-ip-address: true
|
|
78
|
78
|
lease-renewal-interval-in-seconds: 10
|
|
|
@@ -85,16 +85,16 @@ 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://121.37.6.72:3306/depot-neimeng?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=UTC
|
|
89
|
89
|
username: root
|
|
90
|
|
- password: 123456
|
|
|
90
|
+ password: Huawei1234%^&*
|
|
91
|
91
|
# 缓存配置
|
|
92
|
92
|
session:
|
|
93
|
93
|
store-type: redis
|
|
94
|
94
|
redis:
|
|
95
|
95
|
database: 1
|
|
96
|
|
- host: 172.16.0.46
|
|
97
|
|
- port: 6679
|
|
|
96
|
+ host: 121.37.6.72
|
|
|
97
|
+ port: 6379
|
|
98
|
98
|
password: 123456
|
|
99
|
99
|
timeout: 3000
|
|
100
|
100
|
jedis:
|