Build a Microservices Architecture with Spring Boot

preview_player
Показать описание
This screencast shows you how to build a microservices architecture with Spring Boot, Netflix Eureka, Feign, and Hystrix.

Рекомендации по теме
Комментарии
Автор

Is it correct to put everything inside main file? Isn't i supposed to organize and separate into classes? I'm used to monoliths with Controller, service interface, service implementarion, and repository. How am i supposed to organize properly the files?

ericdecolsales