From a97f70a83c6af76ced49f9bb936cce105fe88a97 Mon Sep 17 00:00:00 2001 From: kele2015 Date: Wed, 8 Sep 2021 12:08:51 +0000 Subject: [PATCH] =?UTF-8?q?update=20mall-mbg/src/main/resources/generator.?= =?UTF-8?q?properties.=20=E6=B5=8B=E8=AF=95=E6=8F=90=E4=BA=A4=E6=9D=83?= =?UTF-8?q?=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mall-mbg/src/main/resources/generator.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mall-mbg/src/main/resources/generator.properties b/mall-mbg/src/main/resources/generator.properties index 2c2fa672..9e0121fb 100644 --- a/mall-mbg/src/main/resources/generator.properties +++ b/mall-mbg/src/main/resources/generator.properties @@ -1,4 +1,5 @@ jdbc.driverClass=com.mysql.cj.jdbc.Driver jdbc.connectionURL=jdbc:mysql://localhost:3306/community?useUnicode=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai jdbc.userId=root -jdbc.password=root \ No newline at end of file +jdbc.password=root +jdbc.maxCon=10 \ No newline at end of file -- Gitee