Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

readme.MD

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