Compare commits

..

No commits in common. "8ce2e384f4830b854c783e55e4599876ff5a5b73" and "f4e4aaa6fc90f66c0951808778fd61de2ad03330" have entirely different histories.

View File

@ -6,18 +6,11 @@ spring.datasource.dynamic.datasource.dm.username=simulation
spring.datasource.dynamic.datasource.dm.password=Simulation001 spring.datasource.dynamic.datasource.dm.password=Simulation001
spring.redis.database=0 spring.redis.database=0
spring.redis.host=192.168.0.53 spring.redis.host=127.0.0.1
spring.redis.port=6379 spring.redis.port=6379
spring.redis.jedis.pool.max-idle=10 spring.redis.jedis.pool.max-idle=10
#spring.redis.password=123 #spring.redis.password=123
spring.redis.timeout=5000 spring.redis.timeout=5000
spring.redis.lettuce.shutdown-timeout=5000
spring.redis.lettuce.timeout=5000
spring.redis.lettuce.pool.max-active=8
spring.redis.lettuce.pool.max-idle=8
spring.redis.lettuce.pool.min-idle=0
spring.redis.lettuce.pool.timeout=5000ms # 命令执行超时
spring.redis.lettuce.pool.connect-timeout=10000ms # 连接建立超时
server.port=8099 server.port=8099