From 7ff3a87d9c4e166e2267a31374b49f359f984bc8 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Mon, 6 Jan 2020 22:21:57 +0800 Subject: [PATCH] =?UTF-8?q?=E7=82=B9=E5=87=BB=E5=8F=B3=E4=B8=8A=E8=A7=92?= =?UTF-8?q?=E3=80=90Star=E3=80=91=E6=94=B6=E8=97=8F=E6=9C=AC=E8=BD=AF?= =?UTF-8?q?=E4=BB=B6=20^=5F^?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/main/resources/config/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/main/resources/config/application.yml b/web/src/main/resources/config/application.yml index 24e215df..60488f01 100644 --- a/web/src/main/resources/config/application.yml +++ b/web/src/main/resources/config/application.yml @@ -81,7 +81,7 @@ jdbc: # # 最小连接数 # minIdle: 3 # # 最大连接数 -# maxActive: 20 # 数据库连接池配置 +# maxActive: 20 # # # 获取连接等待超时时间,单位毫秒(1分钟)(4.0.6+) # maxWait: 60000