From 822b2c2aae4ac31c17495e28abaecda097d3424b Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期一, 13 十一月 2023 14:09:27 +0800 Subject: [PATCH] 打包jar --- pom.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 14bae42..849c06b 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,11 +53,11 @@ <artifactId>spring-boot-starter-web</artifactId> <!--鎺掗櫎鍐呯疆tomcat瀹瑰櫒锛岃澶栭儴瀹瑰櫒杩愯spring-boot椤圭洰--> <exclusions> - <exclusion> + <!--<exclusion> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-tomcat</artifactId> </exclusion> - <!--<exclusion> + <exclusion> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> </exclusion>--> -- Gitblit v1.9.3