战斗任务消耗资源代码
This commit is contained in:
parent
4a2f80b666
commit
9c8c10f3c0
6
pom.xml
6
pom.xml
|
@ -56,11 +56,11 @@
|
||||||
<artifactId>lettuce-core</artifactId>
|
<artifactId>lettuce-core</artifactId>
|
||||||
<version>6.2.4.RELEASE</version>
|
<version>6.2.4.RELEASE</version>
|
||||||
</dependency>-->
|
</dependency>-->
|
||||||
<dependency>
|
<!-- <dependency>
|
||||||
<groupId>org.apache.commons</groupId>
|
<groupId>org.apache.commons</groupId>
|
||||||
<artifactId>commons-pool2</artifactId>
|
<artifactId>commons-pool2</artifactId>
|
||||||
<version>2.12.0</version> <!-- 建议使用最新稳定版本 -->
|
<version>2.12.0</version> <!– 建议使用最新稳定版本 –>
|
||||||
</dependency>
|
</dependency>-->
|
||||||
|
|
||||||
<!-- <dependency>-->
|
<!-- <dependency>-->
|
||||||
<!-- <groupId>mysql</groupId>-->
|
<!-- <groupId>mysql</groupId>-->
|
||||||
|
|
|
@ -10,14 +10,7 @@ spring.redis.host=192.168.0.53
|
||||||
spring.redis.port=6379
|
spring.redis.port=6379
|
||||||
#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.max-wait=2000ms
|
|
||||||
#spring.redis.lettuce.pool.timeout=5000ms # 命令执行超时
|
|
||||||
#spring.redis.lettuce.pool.connect-timeout=10000ms # 连接建立超时
|
|
||||||
|
|
||||||
server.port=8099
|
server.port=8099
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user