This commit is contained in:
thinkgem
2020-11-26 15:00:05 +08:00
parent ade275c057
commit 4bf31c6418
2 changed files with 4 additions and 4 deletions

View File

@@ -20,9 +20,9 @@ jdbc:
# 初始化连接数
init: 1
# 最小连接数
# 最小活动连接数
minIdle: 3
# 最大连接数
# 最大激活连接数
maxActive: 20
# 获取连接等待超时时间单位毫秒1分钟4.0.6+