DEV Community

Discussion on: 5 Awesome Books to Learn Spring Boot, Microservices, and Spring Cloud for Java developers

Collapse
 
art_ptushkin profile image
Artem Ptushkin

Great choice, thank you!

I'd like to advise here to start by trying hello-world on your own station: discovery service (eureka) + gateway (zuul, spring cloud gateway) + config server + some applications including feign clients

This task easily googlable and splittable by parts. It gave me ~85% of my background before I've started the microservice career.