0% found this document useful (0 votes)
16 views1 page

Spring Boot Microservices Guide

Uploaded by

Amar Jagtap
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views1 page

Spring Boot Microservices Guide

Uploaded by

Amar Jagtap
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

- Service Registry and Discovery (/)

- API Gateway (/)


- CQRS (Command Query Responsibility Segregation) (/)
- Database per Service (/)
- Event-driven Architecture (RabbitMQ) (/)
- Saga Pattern (x)
- Circuit breaker (x)

------------------------------------------

First part:
- Spring boot in depth
- Theoretic introduction to the spring framework
- How to create a project
- How to connect to a database
- Class diagram
- Hibernate relationships
- Spring data JPA repositories
- Services
- Controllers
- Test the API
- Objects validation
- Test the changes
- Exception Handling
- Test the changes
- Unit testing (Validator, Service)
- E2E testing (Controller)
- E2E testing (postman collection, newman)

You might also like