【发布时间】:2021-01-27 10:15:10
【问题描述】:
我刚刚使用 https://dzone.com/articles/spring-boot-microservices-building-microservices-a 中提到的 eureka 服务器启动了一个 spring boot 项目,而运行项目时遇到异常并且应用程序已停止。
java.lang.ClassNotFoundException: org.springframework.boot.Bootstrapper
我正在使用带有 springboot 2.3.5.RELEASE 版本的 Gradle。
有没有人帮助我为什么会看到这个错误。
【问题讨论】:
-
你拼错了 Bootstrapper?
-
看起来您的 gradle 设置不一致/正常工作:缺少或冲突的(spring-boot)依赖项(?)
标签: java spring-boot