提交 6ec8e15b 编写于 作者: hujun's avatar hujun

Update application-test2.properties

上级 6dbdbacb
...@@ -73,38 +73,6 @@ spring.hikari.cacheResultSetMetadata=true ...@@ -73,38 +73,6 @@ spring.hikari.cacheResultSetMetadata=true
spring.hikari.cacheServerConfiguration=true spring.hikari.cacheServerConfiguration=true
spring.hikari.elideSetAutoCommits=true spring.hikari.elideSetAutoCommits=true
spring.hikari.maintainTimeStats=false spring.hikari.maintainTimeStats=false
# redis settings
spring.redis.config=\
{\
"poolConfig":\
{\
"blockWhenExhausted":true, \
"fairness":false,\
"jmxEnabled":true,\
"jmxNamePrefix":"pool",\
"lifo":true,"maxIdle":256,\
"maxTotal":5000,\
"maxWaitMillis":5000,\
"minEvictableIdleTimeMillis":60000,\
"minIdle":0,\
"numTestsPerEvictionRun":-1,\
"softMinEvictableIdleTimeMillis":1800000,\
"testOnBorrow":true,\
"testOnCreate":false,\
"testOnReturn":true,\
"testWhileIdle":true,\
"timeBetweenEvictionRunsMillis":3000\
},\
"nodes":["192.168.110.68:17000","192.168.110.69:17001","192.168.110.70:17002"],\
"password":"Uu49Kz1olY85HQBu",\
"prefix":""\
}
#elasticsearch settings
spring.es.port=9300
spring.es.ip=192.168.110.102
spring.es.cluster.name=pica-cluster
#logback settings
logging.path=/opt/tomcat-log/${spring.application.name}
####################################################################################### #######################################################################################
### 应用配置 ### ### 应用配置 ###
### ### ### ###
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册