修改代码

This commit is contained in:
lzm
2026-04-17 18:15:34 +08:00
parent 4bf348b847
commit 719997218c
52 changed files with 3787 additions and 3 deletions

View File

@@ -33,7 +33,7 @@
</dependency>
<dependency>
<groupId>cn.iocoder.boot</groupId>
<artifactId>lyzsys-module-demo</artifactId>
<artifactId>lyzsys-module-tjt</artifactId>
<version>${revision}</version>
</dependency>

View File

@@ -39,7 +39,7 @@ spring:
time-between-eviction-runs-millis: 60000 # 配置间隔多久才进行一次检测检测需要关闭的空闲连接单位毫秒1 分钟)
min-evictable-idle-time-millis: 600000 # 配置一个连接在池中最小生存的时间单位毫秒10 分钟)
max-evictable-idle-time-millis: 1800000 # 配置一个连接在池中最大生存的时间单位毫秒30 分钟)
validation-query: SELECT 1 FROM DUAL # 配置检测连接是否有效
validation-query: SELECT 1 # 配置检测连接是否有效
test-while-idle: true
test-on-borrow: false
test-on-return: false