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
- Host: GitHub
- URL: https://github.com/mehmetpekdemir/spring-boot-contract-testing
- Owner: mehmetpekdemir
- Created: 2020-12-30T18:42:29.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-31T08:50:05.000Z (almost 5 years ago)
- Last Synced: 2023-03-01T07:32:43.679Z (over 2 years ago)
- Topics: contract-testing, spring-boot
- Language: Java
- Homepage: https://github.com/mehmetpekdemir/Spring-Boot-Contract-Testing
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring-Boot-Contract-Testing
### Tech Stack
- Java 11
- Spring Boot
- Spring Cloud Contract
### 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 your_project_name spring-boot:run 'All Tests'
```
### Port
```
http://localhost:8081
```