spring boot启动报错application startup failed怎么解决?
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了spring boot启动报错application startup failed怎么解决?相关的知识,希望对你有一定的参考价值。
参考技术A把servlet-api的依赖删除,启动正常。
springBoot启动jar包。
1.xxmy
org.springframework
spring-context
3.2.8.RELEASE
org.springframework
spring-context
4.3.7.RELEASE
org.springframework
spring-webmvc
3.2.8.RELEASE
XZCY</groupId
这里引用jar是做什么,springboot不是自己装配了吗? webmvc只要依赖
org.springframework.boot
spring-boot-starter-web
2.<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>
以上是关于spring boot启动报错application startup failed怎么解决?的主要内容,如果未能解决你的问题,请参考以下文章