这篇文章可以解决: Spring Boot | Spring Boot 应用的 “打包” 和 “部署”_idea springboot项目打包部署-CSDN博客文章浏览阅读2.4k次,点赞10次,收藏20次。Spring Boot 应用的 “打包” 和 “部署” :一、Jar包方式打包部署 ( SpringBoot默认以 "Jar包" 形式进行 “打包部署” ) :1.1 "Jar包" 方式 “打包” :① 添加Maven “打包插件”② 使用IDEA开发工具进行 "打包"1.2 "Jar包" 方式 “部署”二、"War包" 方式打包部署 :2.1 "War包" 方式 “打包” :① 声明打包方式为 "War包" :② 声明使用 “外部” Tomcat服务器......_idea springboot项目打包部署https://blog.csdn.net/m0_70720417/article/details/137841135