|
|
@@ -7,7 +7,7 @@ server:
|
|
7
|
7
|
eureka:
|
|
8
|
8
|
client:
|
|
9
|
9
|
service-url:
|
|
10
|
|
- defaultZone: http://172.16.0.46:9511/eureka/
|
|
|
10
|
+ defaultZone: http://121.37.6.72:9811/eureka/
|
|
11
|
11
|
instance:
|
|
12
|
12
|
prefer-ip-address: true
|
|
13
|
13
|
# 每隔10s发送一次心跳(默认30s)
|
|
|
@@ -23,14 +23,14 @@ spring:
|
|
23
|
23
|
datasource:
|
|
24
|
24
|
depot:
|
|
25
|
25
|
driver-class-name: com.mysql.jdbc.Driver
|
|
26
|
|
- jdbcUrl: jdbc:mysql://172.16.0.46:3306/depot-yunnan?useUnicode=true&characterEncoding=utf-8&useSSL=false
|
|
|
26
|
+ jdbcUrl: jdbc:mysql://121.37.6.72:3306/depot-neimeng?useUnicode=true&characterEncoding=utf-8&useSSL=false
|
|
27
|
27
|
username: root
|
|
28
|
|
- password: 123456
|
|
|
28
|
+ password: Huawei1234%^&*
|
|
29
|
29
|
agile:
|
|
30
|
30
|
driver-class-name: com.mysql.jdbc.Driver
|
|
31
|
|
- jdbcUrl: jdbc:mysql://172.16.0.83:3308/lsreport_ts?useUnicode=true&characterEncoding=utf-8&useSSL=false
|
|
|
31
|
+ jdbcUrl: jdbc:mysql://121.37.6.72:3306/lsreport_ts?useUnicode=true&characterEncoding=utf-8&useSSL=false
|
|
32
|
32
|
username: root
|
|
33
|
|
- password: 123456
|
|
|
33
|
+ password: Huawei1234%^&*
|
|
34
|
34
|
activiti:
|
|
35
|
35
|
check-process-definitions: false
|
|
36
|
36
|
# 缓存配置
|
|
|
@@ -38,8 +38,8 @@ spring:
|
|
38
|
38
|
store-type: redis
|
|
39
|
39
|
redis:
|
|
40
|
40
|
database: 1
|
|
41
|
|
- host: 172.16.0.46
|
|
42
|
|
- port: 6679
|
|
|
41
|
+ host: 121.37.6.72
|
|
|
42
|
+ port: 6379
|
|
43
|
43
|
password: 123456
|
|
44
|
44
|
timeout: 3000
|
|
45
|
45
|
jedis:
|