Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 698 Bytes

File metadata and controls

31 lines (22 loc) · 698 Bytes

Spring-Boot-Hexagonal-Architecture

Hexagonal architecture with Spring Boot

Tech Stack

  • Java 11
  • Spring Boot
  • Integration Tests
  • Consumer Driven Contract Tests

Requirements

For building and running the application you need:

Build & Run

  mvn clean install && mvn --projects backend spring-boot:run

Port

  http://localhost:8081

Integration tests && Contract tests

test