From 61aa00d42fba8e75554df715bf4362a1a9deba58 Mon Sep 17 00:00:00 2001 From: xioayue Date: Tue, 19 Jul 2022 20:09:39 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9D=9Evpn=E7=8E=AF=E5=A2=83=E4=B8=8B?= =?UTF-8?q?=E7=9A=84=E6=95=B0=E6=8D=AE=E5=BA=93=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conf/db.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/db.properties b/conf/db.properties index 9e5e597..00ef1eb 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.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=szwhtrans #druid.password=rRyPkT2XYW6mMRiX -#druid.url=jdbc:mysql://localhost:3306/szwhtrans?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&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