Skip to content

Example of an hexagonal architetcure using Spring Boot (Java version)

Notifications You must be signed in to change notification settings

rcardin/hexagonal-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexagonal Architecture

This toy project shows how to implement a service using Spring Boot, and the Hexagonal Architecture. The represented domain model is the management of a stocks' portfolio. The reference implementation is the project hexagonal.

(STILL UNDER DEVELOPMENT)

User Stories

The implemented user stories are the following:

  • The system should receive the price of a stock via Kafka message
  • The system should produce an event if the value of an owned stock falls down below a threshold

About

Example of an hexagonal architetcure using Spring Boot (Java version)

Topics

Resources

Stars

Watchers

Forks