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

https://github.com/mehmetpekdemir/spring-boot-contract-testing

Spring Boot Contract Testing
https://github.com/mehmetpekdemir/spring-boot-contract-testing

contract-testing spring-boot

Last synced: 6 months ago
JSON representation

Spring Boot Contract Testing

Awesome Lists containing this project

README

          

# Spring-Boot-Contract-Testing

### Tech Stack
- Java 11
- Spring Boot
- Spring Cloud Contract

### 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 your_project_name spring-boot:run 'All Tests'
```

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