spring boot 打war包

Posted 松峰

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了spring boot 打war包相关的知识,希望对你有一定的参考价值。

第一步

在pom.xml中 把jar改成war

第二步

pom.xml的Tomcat依赖加上<scope>provided</scope>

最后生成的war包不会包含Tomcat 

第三步

注册启动类

第四步 项目 maven clean

 

 第五步 项目 maven instal

第六步

大写的ROOT

 

第七步

第八步

 

 

最后一步

 

 

 

打完之后撤回1 3 步 

以上是关于spring boot 打war包的主要内容,如果未能解决你的问题,请参考以下文章

spring boot 打war包

Spring boot如何打war包发布到tomcat

Spring Boot发布将jar包转为war包。

Spring boot + Gradle + Eclipse打war包发布总结

Spring Boot 打war包并利用docBase指定根目录为打包的工程

spring boot tomcat 打本地包成war,通过Tomcat启动时出现问题: ZipException: error in opening zip file