About Lesson
In the next lecture, make the below small change to support Spring Boot 3 and Spring Cloud 2022.0.0:
– Dont annotate an entry-point EmployeeServiceApplication class with @EnableEurekaClient – This annotation was removed in spring cloud 2022.0.0 and provided auto-configuration.
Join the conversation