oscavi / spring-data-hexagonal-architecture

Hexagonal Architectura in a Spring Data Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hexagonal Architecture with Spring Data Example

This is an simple example about how to build an application with Hexagonal Architecture in a Spring Data Application.

This application uses a H2 Data Base, wich is a Data Base in memory.

How to run it?

mvn spring-boot:run

How can I test it?

you have two different endpoints:

About

Hexagonal Architectura in a Spring Data Application


Languages

Language:Java 100.0%