From 13a906d08ba5951b75122c2998fe11ae0cd37d98 Mon Sep 17 00:00:00 2001 From: xyiege Date: Sun, 24 Jul 2022 12:02:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conf/db.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/conf/db.properties b/conf/db.properties index 079ea82..fdb9511 100644 --- a/conf/db.properties +++ b/conf/db.properties @@ -1,12 +1,12 @@ # 数据库服务器配置 type=com.alibaba.druid.pool.DruidDataSource druid.driver-class=com.mysql.cj.jdbc.Driver -druid.url=jdbc:mysql://10.14.1.197:3306/jiao_api_alpha_x?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8 -druid.username=jiao_api_alpha_x -druid.password=YcpfGJyJpy6KfYR3 -#druid.url=jdbc:mysql://localhost:3306/szwhtrans?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 -#druid.username=root -#druid.password=xc1123 +#druid.url=jdbc:mysql://10.14.1.197:3306/jiao_api_alpha_x?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8 +#druid.username=jiao_api_alpha_x +#druid.password=YcpfGJyJpy6KfYR3 +druid.url=jdbc:mysql://localhost:3306/szwhtrans?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 +druid.username=root +druid.password=xc1123 druid.initial-size=10 druid.max-active=100 druid.min-idle=10