美文网首页
springboot 项目如何打成 war 在 tomcat 上

springboot 项目如何打成 war 在 tomcat 上

作者: 阿__飞 | 来源:发表于2018-05-06 14:31 被阅读0次

1.将项目 pom 文件打包方式改为 war   ,并在 src /main下添加 webapp/WEB-INF/web.xml

2.修改默认 tomcat 插件配置,在打包时移除

3.继承 SpringBootServletInitializer,并实现 configure 方法

4. clean package  打包为 war 包,通过工具即可

相关文章

网友评论

      本文标题:springboot 项目如何打成 war 在 tomcat 上

      本文链接:https://www.haomeiwen.com/subject/vffpqftx.html