microservices-patterns
microservices-patterns copied to clipboard
The source code of the book "Microservices Patterns (Chris Richardson)" and the personal study note of Eventuate Tram Framework (The whole solution of transactional messaging for Spring Boot microse...
Results
2
microservices-patterns issues
Sort by
recently updated
recently updated
newest added
trafficstars
- Add database document with ER diagram
- Move service class from domain to service package (create a new service package). - Move entity class from domain to models package (create a new models package). - Move...