From e268d54c84a86bd2e82e56860525181537758d16 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期五, 16 八月 2024 13:44:35 +0800 Subject: [PATCH] 1 --- pom.xml | 24 ++++++++++++++++-------- 1 files changed, 16 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 14bae42..2e72745 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ <relativePath/> </parent> <!--鎵撳寘鎴恓ar銆亀ar--> - <packaging>war</packaging> + <packaging>jar</packaging> <groupId>com</groupId> <artifactId>yssh</artifactId> @@ -53,14 +53,15 @@ <artifactId>spring-boot-starter-web</artifactId> <!--鎺掗櫎鍐呯疆tomcat瀹瑰櫒锛岃澶栭儴瀹瑰櫒杩愯spring-boot椤圭洰--> <exclusions> - <exclusion> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-tomcat</artifactId> - </exclusion> + <!--jar涓嶉渶瑕佸睆钄絫omcat--> <!--<exclusion> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-api</artifactId> - </exclusion>--> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-tomcat</artifactId> + </exclusion>--> + <exclusion> + <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-api</artifactId> + </exclusion> </exclusions> </dependency> <!--spring浜嬪姟绠$悊--> @@ -233,6 +234,7 @@ <artifactId>easycsv</artifactId> <version>1.0.0</version> </dependency> + <!--knife4j--> <dependency> <groupId>com.github.xiaoymin</groupId> <artifactId>knife4j-spring-boot-starter</artifactId> @@ -292,6 +294,12 @@ <artifactId>easyexcel</artifactId> <version>2.2.10</version> </dependency> + <!--email--> + <dependency> + <groupId>com.sun.mail</groupId> + <artifactId>javax.mail</artifactId> + <version>1.6.2</version> + </dependency> </dependencies> <profiles> -- Gitblit v1.9.3