From 2f68a81d6016d439a50c045fe7b25b3e58b5b420 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期二, 09 四月 2024 15:54:20 +0800
Subject: [PATCH] 去掉debug模式
---
smart-man-boot/pom.xml | 2 --
smart-man-boot/src/main/resources/application-dev.yml | 2 +-
2 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/smart-man-boot/pom.xml b/smart-man-boot/pom.xml
index 29078db..a3ce6bc 100644
--- a/smart-man-boot/pom.xml
+++ b/smart-man-boot/pom.xml
@@ -412,7 +412,6 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
- <version>8.0.22</version>
</dependency>
<!-- 绉湪鎶ヨ〃 -->
<dependency>
@@ -529,7 +528,6 @@
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
- <version>${maven.plugin.version}</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
diff --git a/smart-man-boot/src/main/resources/application-dev.yml b/smart-man-boot/src/main/resources/application-dev.yml
index eefff2e..648b049 100644
--- a/smart-man-boot/src/main/resources/application-dev.yml
+++ b/smart-man-boot/src/main/resources/application-dev.yml
@@ -15,7 +15,7 @@
password: Kknd_1234
driver-class-name: com.mysql.cj.jdbc.Driver
-debug: ture
+#debug: ture
#datasource:
# type: oracle
# url: jdbc:${datasource.type}:thin:@192.168.3.117:${datasource.port}:orclcdb
--
Gitblit v1.9.3