I am just starting a spring boot project with eureka server as mentioned in https://dzone.com/articles/spring-boot-microservices-building-microservices-a , While running the project getting below exception and the application is stoped.
java.lang.ClassNotFoundException: org.springframework.boot.Bootstrapper
I am using Gradle with springboot 2.3.5.RELEASE version.
Does any one help me why i am seeing this error.
There is a conflict between SpringBoot starter web 2.3.5.RELEASE vs spring-cloud-starter-netflix-eureka-server:3.0.0
After changing SpringBoot starter web 2.4.2, all started working fine.
2.1m questions
2.1m answers
60 comments
57.0k users