piomin / sample-spring-microservices-new

Demo for Spring Boot 3(`master` branch)/2(other branches) and Spring Cloud microservices with distributed configuration (Spring Cloud Config), service discovery (Eureka), API gateway (Spring Cloud Gateway, Zuul), Swagger/OpenAPI documentation (Springdoc), logs correlation using Spring Cloud Sleuth/Micrometer OTEL and many more
https://piotrminkowski.com
1.18k stars 746 forks source link

Could you please upgrade project to use Spring Boot version 2.1.1.RELEASE? #13

Closed ghost closed 5 years ago

piomin commented 5 years ago

You should upgrade Spirng Boot without upgrading Spring Cloud version. It is not recommended.

ghost commented 5 years ago

I upgrade Spring Boot version 2.1.2.RELEASE and spring cloud dependencies version to Greenwich.RC2. It looks like the discovery-service is not starting properly & giving the errors. Thus none of the other services are starting correctly.

Would you want to take a look at ?