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