From cada5865cde7e613fa25a5952519b73070d93d80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=89=9B=E8=8F=B2=E8=8F=B2?= <2242813351@qq.com> Date: Sat, 22 Apr 2023 13:34:18 +0000 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20src/db.p?= =?UTF-8?q?roperties?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/db.properties | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/db.properties diff --git a/src/db.properties b/src/db.properties deleted file mode 100644 index c503630..0000000 --- a/src/db.properties +++ /dev/null @@ -1,7 +0,0 @@ -jdbc.driver=com.mysql.jdbc.Driver -jdbc.url=jdbc:mysql://localhost:3306/dormitory?useUnicode=true&characterEncoding=utf-8 -jdbc.username=root -jdbc.password=123456 -jdbc.maxTotal=30 -jdbc.maxIdle=10 -jdbc.initialSize=5