服务器之家

服务器之家 > 正文

解决spring boot + jar打包部署tomcat 404错误问题

时间:2021-09-18 18:01     来源/作者:Z-elephant

1.spring boot 不支持jsp打jar包,jsp只能打war包.
方法:

?
1
2
3
4
5
6
7
8
9
10
<packaging>war</packaging>
 
<build>
    <plugins>
        <plugin>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-maven-plugin</artifactId>
        </plugin>
    </plugins>
</build>

2.tomcat版本不能太新,太新容易不稳定,选用tomcat10时成功404,换成tomcat9就正常了.

部署到tomcat10时一直没出现spring字样

解决spring boot + jar打包部署tomcat 404错误问题

换成tomcat9立即能看到变化

解决spring boot + jar打包部署tomcat 404错误问题

成功部署

解决spring boot + jar打包部署tomcat 404错误问题

到此这篇关于spring boot + jar打包部署tomcat 404错误问题解决的文章就介绍到这了,更多相关spring boot + jar打包部署tomcat内容请搜索服务器之家以前的文章或继续浏览下面的相关文章希望大家以后多多支持服务器之家!

原文链接:https://blog.csdn.net/qq_43667011/article/details/110353686

相关文章

热门资讯

yue是什么意思 网络流行语yue了是什么梗
yue是什么意思 网络流行语yue了是什么梗 2020-10-11
2020微信伤感网名听哭了 让对方看到心疼的伤感网名大全
2020微信伤感网名听哭了 让对方看到心疼的伤感网名大全 2019-12-26
背刺什么意思 网络词语背刺是什么梗
背刺什么意思 网络词语背刺是什么梗 2020-05-22
苹果12mini价格表官网报价 iPhone12mini全版本价格汇总
苹果12mini价格表官网报价 iPhone12mini全版本价格汇总 2020-11-13
2021年耽改剧名单 2021要播出的59部耽改剧列表
2021年耽改剧名单 2021要播出的59部耽改剧列表 2021-03-05
返回顶部