Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mehmetpekdemir/spring-boot-hexagonal-architecture

Hexagonal architecture with Spring Boot
https://github.com/mehmetpekdemir/spring-boot-hexagonal-architecture

contract-tests hexagonal-architecture integration-tests spring-boot unit-tests

Last synced: about 2 months ago
JSON representation

Hexagonal architecture with Spring Boot

Awesome Lists containing this project

README

        

# 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:
- [JDK 11](https://www.oracle.com/java/technologies/javase-jdk11-downloads.html) or newer .
- [Maven](https://maven.apache.org)
- [Lombok](https://projectlombok.org/)

### Build & Run
```
mvn clean install && mvn --projects backend spring-boot:run
```

### Port
```
http://localhost:8081
```

### Integration tests && Contract tests

![test](https://github.com/mehmetpekdemir/Spring-Boot-Hexagonal-Architecture/blob/develop/docs/Test.png)