|
|
@@ -13,10 +13,8 @@ eureka:
|
|
13
|
13
|
instance:
|
|
14
|
14
|
hostname: 172.16.0.16
|
|
15
|
15
|
#hostname: localhost
|
|
16
|
|
- #prefer-ip-address: true
|
|
17
|
|
- # 每隔10s发送一次心跳(默认30s)
|
|
|
16
|
+ prefer-ip-address: true
|
|
18
|
17
|
lease-renewal-interval-in-seconds: 10
|
|
19
|
|
- # 告知服务端30秒还未收到心跳的话,就将该服务移除列表(默认90s)
|
|
20
|
18
|
lease-expiration-duration-in-seconds: 30
|
|
21
|
19
|
status-page-url: http://${eureka.instance.hostname}:${server.port}/swagger-ui.html
|
|
22
|
20
|
|
|
|
@@ -38,10 +36,10 @@ spring:
|
|
38
|
36
|
datasource:
|
|
39
|
37
|
type: com.alibaba.druid.pool.DruidDataSource
|
|
40
|
38
|
driver-class-name: com.gbasedbt.jdbc.IfxDriver
|
|
41
|
|
- url: jdbc:gbasedbt-sqli://101.36.160.140:19089/depot:INFORMIXSERVER=gbaseserver;NEWCODESET=GB18030,GB18030-2000,5488;DB_LOCALE=zh_cn.GB18030-2000;GL_USEGLU=1;IFX_USE_STRENC=true;characterEncoding=utf8;
|
|
|
39
|
+ 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;
|
|
42
|
40
|
username: gbasedbt
|
|
43
|
41
|
password: cDbK2S0go8
|
|
44
|
|
- #url: jdbc:gbasedbt-sqli://10.223.3.63:9088/depot:GBASEDBTSERVER=gbaseserver2;DB_LOCALE=zh_CN.utf8;CLIENT_LOCALE=zh_CN.utf8;NEWCODESET=UTF8,utf8,57372;GL_USEGLU=1;
|
|
|
42
|
+ #url: jdbc:gbasedbt-sqli://200.2.68.230:9088/depot:GBASEDBTSERVER=gbaseserver2;DB_LOCALE=zh_CN.utf8;CLIENT_LOCALE=zh_CN.utf8;NEWCODESET=UTF8,utf8,57372;GL_USEGLU=1;
|
|
45
|
43
|
#username: gbasedbt
|
|
46
|
44
|
#password: 4E7#8x8Yut
|
|
47
|
45
|
# 缓存配置
|