Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 682 Bytes

File metadata and controls

6 lines (5 loc) · 682 Bytes

hexagonal-architecture

A quick and practical example of Hexagonal Architecture in Spring boot

  1. Rest Api : execute App
  2. Batch processing : We need to configure active profile as batch i.e. -Dspring.profiles.active=batch and execute ConsoleApp
  3. Test case : ProductServiceTest