spring boot+maven项目打包成war包部署到tomcat

一、配置pom文件 1、移除spring boot内置的tomcat <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> <!-- 移除嵌入式tomcat插件 --> <exclusions> <
相关文章
相关标签/搜索