|
|
@@ -2,33 +2,32 @@
|
|
2
|
2
|
server.port=9023
|
|
3
|
3
|
|
|
4
|
4
|
#gbase8s的数据库配置
|
|
5
|
|
-spring.datasource.type=com.alibaba.druid.pool.DruidDataSource
|
|
6
|
|
-spring.datasource.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;
|
|
7
|
|
-spring.datasource.username=gbasedbt
|
|
8
|
|
-spring.datasource.password=cDbK2S0go8
|
|
9
|
|
-spring.datasource.driverClassName=com.gbasedbt.jdbc.IfxDriver
|
|
|
5
|
+spring.datasource.url=jdbc:mysql://101.36.160.140:10311/depot_qh?useUnicode=true&characterEncoding=utf-8
|
|
|
6
|
+spring.datasource.username=root
|
|
|
7
|
+spring.datasource.password=admin@1234
|
|
|
8
|
+spring.datasource.driverClassName=com.mysql.jdbc.Driver
|
|
10
|
9
|
mybatis.config-location=classpath:mybatis/mybatis-config.xml
|
|
11
|
10
|
|
|
12
|
11
|
|
|
13
|
|
-eureka.client.serviceUrl.defaultZone=http://172.16.0.16:9001/eureka/
|
|
|
12
|
+eureka.client.serviceUrl.defaultZone=http://localhost:9001/eureka/
|
|
14
|
13
|
|
|
15
|
14
|
# 每隔10s发送一次心跳(默认30s)
|
|
16
|
15
|
eureka.instance.lease-renewal-interval-in-seconds=10
|
|
17
|
16
|
# 告知服务端30秒还未收到心跳的话,就将该服务移除列表(默认90s)
|
|
18
|
17
|
eureka.instance.lease-expiration-duration-in-seconds=30
|
|
19
|
18
|
|
|
20
|
|
-spring.application.name=depot-system-g
|
|
|
19
|
+spring.application.name=depot-system
|
|
21
|
20
|
|
|
22
|
21
|
eureka.instance.status-page-url=http://localhost:${server.port}/swagger-ui.html
|
|
23
|
22
|
|
|
24
|
23
|
# Redis数据库索引(默认为0)
|
|
25
|
|
-spring.redis.database=3
|
|
|
24
|
+spring.redis.database=0
|
|
26
|
25
|
# Redis服务器地址
|
|
27
|
|
-spring.redis.host=172.16.0.2
|
|
|
26
|
+spring.redis.host=101.36.160.140
|
|
28
|
27
|
# Redis服务器连接端口
|
|
29
|
|
-spring.redis.port=6379
|
|
|
28
|
+spring.redis.port=10316
|
|
30
|
29
|
# Redis服务器连接密码(默认为空)
|
|
31
|
|
-spring.redis.password=123456
|
|
|
30
|
+spring.redis.password=admin@1234
|
|
32
|
31
|
# 连接池最大连接数(使用负值表示没有限制)
|
|
33
|
32
|
spring.redis.jedis.pool.max-active=8
|
|
34
|
33
|
# 连接池最大阻塞等待时间(使用负值表示没有限制)
|