From e487d886533bb60618864642b85f13957252f70d Mon Sep 17 00:00:00 2001 From: Fancy <Fancy.fx@outlook.com> Date: 星期三, 30 十月 2024 13:42:07 +0800 Subject: [PATCH] nologin add command list --- pms-parent/pms-web-station/pom.xml | 16 +++++++--------- 1 files changed, 7 insertions(+), 9 deletions(-) diff --git a/pms-parent/pms-web-station/pom.xml b/pms-parent/pms-web-station/pom.xml index f96d205..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> -- Gitblit v1.8.0