|
|
@@ -7,7 +7,7 @@ server:
|
|
7
|
7
|
eureka:
|
|
8
|
8
|
client:
|
|
9
|
9
|
service-url:
|
|
10
|
|
- defaultZone: http://eureka-depot-tj:9001/eureka/
|
|
|
10
|
+ defaultZone: http://172.16.0.4:9811/eureka/
|
|
11
|
11
|
instance:
|
|
12
|
12
|
prefer-ip-address: true
|
|
13
|
13
|
# 每隔10s发送一次心跳(默认30s)
|
|
|
@@ -27,15 +27,19 @@ spring:
|
|
27
|
27
|
url: jdbc:gbasedbt-sqli://101.36.160.140:19089/depot:INFORMIXSERVER=ol_gbasedbt1210;NEWCODESET=GB18030,GB18030-2000,5488;DB_LOCALE=zh_cn.GB18030-2000;GL_USEGLU=1;IFX_USE_STRENC=true;characterEncoding=utf8;
|
|
28
|
28
|
username: gbasedbt
|
|
29
|
29
|
password: cDbK2S0go8
|
|
|
30
|
+# url: jdbc:gbasedbt-sqli://111.164.113.172:666/depot:INFORMIXSERVER=gbaseserver;NEWCODESET=GBK,8859-1,819;GL_USEGLU=1;IFX_USE_STRENC=true;characterEncoding=utf8;
|
|
|
31
|
+# username: gbasedbt
|
|
|
32
|
+# password: GBase123
|
|
30
|
33
|
driver-class-name: com.gbasedbt.jdbc.IfxDriver
|
|
|
34
|
+
|
|
31
|
35
|
# 缓存配置
|
|
32
|
36
|
session:
|
|
33
|
37
|
store-type: redis
|
|
34
|
38
|
redis:
|
|
35
|
|
- database: 2
|
|
36
|
|
- host: 192.168.123.98
|
|
37
|
|
- port: 6666
|
|
38
|
|
- password: depotredis
|
|
|
39
|
+ database: 4
|
|
|
40
|
+ host: 172.16.0.46
|
|
|
41
|
+ port: 6679
|
|
|
42
|
+ password: 123456
|
|
39
|
43
|
timeout: 3000
|
|
40
|
44
|
jedis:
|
|
41
|
45
|
pool:
|