spring boot打包
Posted Duo17
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了spring boot打包相关的知识,希望对你有一定的参考价值。
1.application继承SpringBootServletInitializer 重写configure方法如下图
2.去掉项目中多余的main方法
3.将pom.xml打包改为war包
4. 在项目目录下执行 mvn package -Dmaven.test.skip=true
target目录下就会存在xxx.war包 将其放在tomcat的webapps目录下即可
以上是关于spring boot打包的主要内容,如果未能解决你的问题,请参考以下文章