From 36ebe78d952c4c4b4cfb35f85b672bcf945eda20 Mon Sep 17 00:00:00 2001 From: "1049970895@qniao.cn" <1049970895> Date: Thu, 14 Jul 2022 16:21:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- root-cloud-statistics/pom.xml | 7 ------- root-cloud-statistics/target/classes/db.setting | 17 ----------------- 2 files changed, 24 deletions(-) delete mode 100644 root-cloud-statistics/target/classes/db.setting diff --git a/root-cloud-statistics/pom.xml b/root-cloud-statistics/pom.xml index d9ec5fc..4475b55 100644 --- a/root-cloud-statistics/pom.xml +++ b/root-cloud-statistics/pom.xml @@ -140,13 +140,6 @@ under the License. mysql mysql-connector-java - - - com.qniao - printing-packaing-factory-service-entity - 0.0.1-SNAPSHOT - compile - diff --git a/root-cloud-statistics/target/classes/db.setting b/root-cloud-statistics/target/classes/db.setting deleted file mode 100644 index 632fa24..0000000 --- a/root-cloud-statistics/target/classes/db.setting +++ /dev/null @@ -1,17 +0,0 @@ -## db.setting文件 - -url = jdbc:mysql://8.135.8.221:3306/cloud-print-cloud-factory?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useTimezone=true&serverTimezone=GMT%2B8&useSSL=false -user = root -pass = qniaothreetwoonego - -# 是否在日志中显示执行的SQL -showSql = true - -# 是否格式化显示的SQL -formatSql = false - -# 是否显示SQL参数 -showParams = true - -# 打印SQL的日志等级,默认debug,可以是info、warn、error -sqlLevel = debug \ No newline at end of file