From 4bf31c64181d0db19fe3e5093263314a55bd6f17 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Thu, 26 Nov 2020 15:00:05 +0800 Subject: [PATCH] update --- modules/core/src/main/resources/config/jeesite-core.yml | 4 ++-- web/src/main/resources/config/application.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/core/src/main/resources/config/jeesite-core.yml b/modules/core/src/main/resources/config/jeesite-core.yml index cf911445..64b507f6 100644 --- a/modules/core/src/main/resources/config/jeesite-core.yml +++ b/modules/core/src/main/resources/config/jeesite-core.yml @@ -20,9 +20,9 @@ jdbc: # 初始化连接数 init: 1 - # 最小连接数 + # 最小活动连接数 minIdle: 3 - # 最大连接数 + # 最大激活连接数 maxActive: 20 # 获取连接等待超时时间,单位毫秒(1分钟)(4.0.6+) diff --git a/web/src/main/resources/config/application.yml b/web/src/main/resources/config/application.yml index e84898ec..580d8394 100644 --- a/web/src/main/resources/config/application.yml +++ b/web/src/main/resources/config/application.yml @@ -97,9 +97,9 @@ jdbc: # # # 初始化连接数 # init: 1 -# # 最小连接数 +# # 最小空闲连接数 # minIdle: 3 -# # 最大连接数 +# # 最大激活连接数 # maxActive: 20 # # # 获取连接等待超时时间,单位毫秒(1分钟)(4.0.6+)