A quick and practical example of Hexagonal Architecture in Spring boot
- Rest Api : execute App
- Batch processing : We need to configure active profile as batch i.e. -Dspring.profiles.active=batch and execute ConsoleApp
- Test case : ProductServiceTest
A quick and practical example of Hexagonal Architecture in Spring boot