This folder contains all backend code and resources for Part 2: Backend Development of the book.
- Getting started with microservices using Spring Boot
- Setting up database and repositories using Spring Data JPA
- Building application services and APIs with Spring
- Developing API Gateway using Spring Cloud
- Documenting APIs with OpenAPI and logging the events
- Securing microservice using Spring Boot Security and JWT
- End-to-end microservices components testing
- Reactive programming using Spring WebFlux
/chapter-02/– Microservices introduction and setup/chapter-03/– Database and repository configuration (PostgreSQL, MongoDB)/chapter-04/– Service and API layer implementation/chapter-05/– API Gateway and service discovery/chapter-06/– API documentation and logging/chapter-07/– Security and JWT/chapter-08/– Microservices testing/chapter-09/– Reactive programming