From 453e3471e94b91169beec1e258a06a132d927011 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期一, 02 十二月 2024 15:01:50 +0800 Subject: [PATCH] 1 --- pom.xml | 34 ++++++++++++++++++++++++---------- 1 files changed, 24 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index 617542d..2e72745 100644 --- a/pom.xml +++ b/pom.xml @@ -9,8 +9,8 @@ <version>2.3.6.RELEASE</version> <relativePath/> </parent> - <!--鎵撳寘鎴恮ar--> - <packaging>war</packaging> + <!--鎵撳寘鎴恓ar銆亀ar--> + <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>--> - <exclusion> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-api</artifactId> - </exclusion> + <!--jar涓嶉渶瑕佸睆钄絫omcat--> + <!--<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> @@ -286,6 +288,18 @@ <artifactId>caffeine</artifactId> <version>2.9.3</version> </dependency> + <!--easyexcel--> + <dependency> + <groupId>com.alibaba</groupId> + <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