This example shows how to implement the hexagonal architecture design pattern with REST and GraphQL.
- JDK 18
- Maven 3.6+
Open the terminal. Put the commands below to download and start the project:
git clone https://github.com/sergiovlvitorino/hexagonal-architecture-example
cd hexagonal-architecture-example
mvn spring-boot:run
Open the terminal. Put the commands below to test:
cd hexagonal-architecture-example
mvn test
- Sergio Vitorino - (https://github.com/sergiovlvitorino)
See also the list of contributors who participated in this project.
This project is licensed under the GPL-3.0 License - see the LICENSE.md file for details