Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 977 Bytes

File metadata and controls

33 lines (23 loc) · 977 Bytes

Tools and Other Concept

Dependency Goals

Good

goal

Bad

goal

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

Deploy Goals

  • 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

Api Doc Automation

image

Refrence Links