Skip to content

reillylm/scc591-consumer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scc591-consumer

A demonstration of #591 for spring-cloud-contract-wiremock.

Run ConsumerApplicationTests.

With the classpath:/ prefix in @AutoConfigureWireMock, only one set of Wiremock mappings will be picked up: the one from src/test/resources in the app itself, or the one from the com.example:scc591-dependent-api-stubs:0.0.1 external jar dependency-- but not both.

With the classpath*:/ prefix, we get the aforementioned FileNotFoundException from the issue.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages