Skip to content

susimsek/spring-boot-contract-test-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Contract Test Example

Contract testing is the interrogation of a deployed or mocked services endpoint to get information back or define an endpoint in testing prior to deployment.

Spring Boot Contract Test Example

Build Application

Prerequisites

  • Java 17.0.1
  • Maven 3.x

Build

The application can be built as follows:

mvn clean install

Used Technologies

  • Spring Boot
  • Spring Cloud
  • Wiremock

Used Libraries

  • Java 17.0.1
  • Spring Boot 2.6.0
  • Spring Cloud 2021.0.0-RC1
  • Spring Boot Starter Web
  • Spring Boot Starter Actuator
  • Spring Cloud Starter Feign
  • Spring Cloud Contract Stub Runner
  • Spring Cloud Wiremock
  • Spring Cloud Starter Contract Verifier
  • Spring Boot Starter Test
  • Lombok
  • Spring Cloud Contract Maven Plugin
  • Maven Surefire Plugin
  • Maven Failsafe Plugin

About

Spring Boot Contract Test Example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages