java-tutorials/hexagonal-architecture
akeshri 6a1e528bfd Create README.md
Read me changes
2020-06-28 22:51:35 +05:30
..
src Add files via upload 2020-06-28 22:32:39 +05:30
README.md Create README.md 2020-06-28 22:51:35 +05:30
pom.xml Create pom.xml 2020-06-28 22:31:13 +05:30

README.md

Hexagonal Architecture

A quick and practical example of Hexagonal Architecture using Spring boot.

This application is using h2 database,which can be accessible http:/localhost:8080/h2

Main Application schema : hexagonal

Test Application Schema : hexagonal_test

  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