oscharko / Microservices-with-Spring-Boot-and-Spring-Cloud

In this project, you'll learn how to efficiently build and deploy microservices.
MIT License
0 stars 0 forks source link

Wrong group.id and forget annotation #22

Closed oscharko closed 2 years ago

oscharko commented 2 years ago

Wrong group.id in ProductServiceApplication by annotation for ComponentScan. Forgot the annotation RestController in ProductServiceImplementation file.