docs: config 注释

This commit is contained in:
2022-12-08 12:42:24 +08:00
parent e0fba00e4d
commit 9c4732b799
2 changed files with 10 additions and 4 deletions

View File

@@ -13,12 +13,15 @@ datasource:
username: "Test"
# 密码
password: "Test123.."
# 最小闲置链接数
# 推荐值1~3
minimum-idle: 0
# 最大链接数
# 推荐值不低于5
maximum-pool-size: 10
# 最小链接数
minimum-idle: 1
# 连接闲置回收时间
# 单位:毫秒
# 推荐值60000010分钟
idle-timeout: 600000
# 链接最长存活时间
# 单位:毫秒