Course Content
Subtitle Guide – Hướng dẫn thêm phụ đề
0/1
Building Microservices with Spring Boot & Spring Cloud
About Lesson

In the next lecture, make the below change to support Spring Boot 3 and Spring Cloud 2022.0.0:

– Dont annotate an entry-point ApiGatewayApplication class with @EnableEurekaClient – This annotation was removed in spring cloud 2022.0.0 and provided auto-configuration.

GitHub repository for Spring Boot 3 – https://github.com/RameshMF/springboot-microservices/tree/main/v3/springboot-microservices

Join the conversation