- 首先看看是不是访问路径错了
- 使用的tomcat版本要与springBoot版本一直,不然也容易无法启动。
- 查看springboot 内置tomcat版本的方法:
- 可查看C:\Users\用户.m2\repository\org\springframework\boot\spring-boot-dependencies\1.5.1.RELEASE\spring-boot-dependencies-1.5.1.RELEASE.pom
打开这个pom文件,搜索“tomcat.version” 会找到对应tomcat版本
原文链接:https://blog.csdn.net/opopopwqwqwq/article/details/82260658