From c4b85c21d8bee8fef671ec8f5e3957fd88a37f88 Mon Sep 17 00:00:00 2001 From: 刘小明 <liuxm_a@163.com> Date: 星期四, 12 十二月 2024 16:49:29 +0800 Subject: [PATCH] 小程序登录方法demo --- pms-parent/pms-web-product/pom.xml | 16 +++++++--------- 1 files changed, 7 insertions(+), 9 deletions(-) diff --git a/pms-parent/pms-web-product/pom.xml b/pms-parent/pms-web-product/pom.xml index b9163ee..415bda4 100644 --- a/pms-parent/pms-web-product/pom.xml +++ b/pms-parent/pms-web-product/pom.xml @@ -32,6 +32,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> @@ -48,15 +55,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