2
2 Comments

Spring Boot and Microservices

I wrote an ebook Spring Boot and Microservices. If you are looking to build an application using this tech stack, this book will give you an idea how to do that.

It's available on gumroad for free. You can download it https://gum.co/JwOXf

on May 16, 2020
  1. 1

    Hey mate, as a long time spring boot microservices developer i would like to give some suggestions.
    From reading the syllabus it is clear you are not addressing most of what microservices represent, which is usually not the dockeried rest api which every framework can do but the total ambrella of services used for creating a real microservice architecture like having service discovery, resource server, cross services authorization, load balancing etc.
    I would suggest playing around with spring cloud

    1. 1

      Thanks for your feedback. This is indeed valuable.

      Honestly, I wrote this book 3 years back when I was learning myself about Spring Boot a lot. So most of the content is old.

      I have learned a lot of new stuff with Spring Boot. I have built multiple services talking to each other through service discovery and cross-service authorizations. I have not used spring cloud though.