pom.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
pom.xml
@@ -10,7 +10,7 @@ <relativePath/> </parent> <!--打包成jar、war--> <packaging>war</packaging> <packaging>jar</packaging> <groupId>com</groupId> <artifactId>yssh</artifactId> @@ -53,10 +53,10 @@ <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>