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

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