打包springboot在外部tomcat运行
Posted timelessmemoryli
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了打包springboot在外部tomcat运行相关的知识,希望对你有一定的参考价值。
1.
启动类继承SpringBootServletInitializer实现configure方法调用SpringApplicationBuilder的sources方法并传入启动类.class作为参数
2.
pom增加<packaging>war</packaging>
3
使用plugin打war包
备注:
访问地址 http://localhost/xxx-0.0.1-SNAPSHOT(war包名称,可以随意修改war包名称改变访问名称)
以上是关于打包springboot在外部tomcat运行的主要内容,如果未能解决你的问题,请参考以下文章
尝试在外部在tomcat 9上运行带有rest控制器的spring boot war文件
在外部 Tomcat 服务器上运行的 Springboot 在除 index.html 之外的所有内容上都会出现错误 404
Spring Boot 应用程序在本地主机上运行,但在外部 Tomcat 上返回 404