增加 连接池 查询超时时间、事务超时时间 参数

This commit is contained in:
thinkgem
2024-04-18 21:46:18 +08:00
parent 37a74e7168
commit 8de5edc40e
3 changed files with 12 additions and 0 deletions

View File

@@ -121,6 +121,10 @@ jdbc:
# connectTimeout: ~
# socketTimeout: ~
#
# # 查询超时时间,事务超时时间 v5.7.1+
# queryTimeout: ~
# transactionQueryTimeout: ~
#
# # 获取连接等待超时时间单位毫秒1分钟4.0.6+
# maxWait: 60000
#