From b92caa380bb6242ae11a3606ea908c7029aaeeb6 Mon Sep 17 00:00:00 2001
From: Fancy <Fancy.fx@outlook.com>
Date: 星期一, 06 一月 2025 09:57:53 +0800
Subject: [PATCH] Handler

---
 pms-parent/pms-web-station/pom.xml |   22 +++++++---------------
 1 files changed, 7 insertions(+), 15 deletions(-)

diff --git a/pms-parent/pms-web-station/pom.xml b/pms-parent/pms-web-station/pom.xml
index 3677720..e9c84ee 100644
--- a/pms-parent/pms-web-station/pom.xml
+++ b/pms-parent/pms-web-station/pom.xml
@@ -38,6 +38,13 @@
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-web</artifactId>
+            <exclusions>
+                <!-- 寮曞叆log4j2鏃ュ織鏃堕渶鍘绘帀榛樿鐨刲ogback -->
+                <exclusion>
+                    <groupId>org.springframework.boot</groupId>
+                    <artifactId>spring-boot-starter-logging</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.springframework.boot</groupId>
@@ -54,15 +61,6 @@
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-test</artifactId>
-        </dependency>
-        <!--log4j-bom鏄釜pom锛屾病鏈夊叿浣撶殑jar鍖�, springboot闇�瑕佸畠 -->
-        <!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-bom -->
-        <dependency>
-            <groupId>org.apache.logging.log4j</groupId>
-            <artifactId>log4j-bom</artifactId>
-            <version>${log4j-bom}</version>
-            <!-- 杩欎釜娌℃湁jar鍖咃紝鍙湁pom鏂囦欢锛屾墍浠ヨ鍔犱笂涓嬮潰璁剧疆 -->
-            <type>pom</type>
         </dependency>
         <!-- lombok -->
         <dependency>
@@ -210,12 +208,6 @@
         <dependency>
             <groupId>cn.hutool</groupId>
             <artifactId>hutool-all</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>com.dy</groupId>
-            <artifactId>pms-web-product</artifactId>
-            <version>1.0.0</version>
-            <scope>compile</scope>
         </dependency>
     </dependencies>
 

--
Gitblit v1.8.0