strategy:
- Simplified dependencies through spring boot -https://start.spring.io/
- Do not share entity. DB dependency sharing is a hurdle in micro-services.
- Share Only POJO in MicroServices. By restoring pure messages, We can play what we want. -CQRS,EventSourcing
- Local for Allin-One Service
- DockerCompose in Local and Cloud for Test
- Kubernetes in Cloud for Proud
- Supports various environments through centralized setting - more detail
- Docker for this project
- Swagger-ui.html : All APIs support APIDOCUMENT automation.
- swagger-2-documentation
- Links : Reference link


