添加jdbc.connectTimeou和jdbc.socketTimeout连接池参数

This commit is contained in:
thinkgem
2023-10-30 08:44:44 +08:00
parent 5ff9ca9815
commit 8cc6f25dd1
3 changed files with 12 additions and 0 deletions

View File

@@ -117,6 +117,10 @@ jdbc:
# 最大激活连接数
maxActive: 20
# # 连接超时参数,单位毫秒 v5.5.2+
# connectTimeout: ~
# socketTimeout: ~
#
# # 获取连接等待超时时间单位毫秒1分钟4.0.6+
# maxWait: 60000
#