Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mehmetpekdemir/spring-boot-hexagonal-architecture
- Owner: mehmetpekdemir
- License: apache-2.0
- Created: 2020-12-22T08:17:55.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-30T20:25:22.000Z (almost 4 years ago)
- Last Synced: 2023-03-01T07:32:43.712Z (almost 2 years ago)
- Topics: contract-tests, hexagonal-architecture, integration-tests, spring-boot, unit-tests
- Language: Java
- Homepage: https://github.com/mehmetpekdemir/Spring-Boot-Hexagonal-Architecture
- Size: 187 KB
- Stars: 10
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
### RequirementsFor 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)