Files
spring-cloud-contract/stub-runner/stub-runner-spring-cloud
Marcin Grzejszczak 775a303797 Fixed path to m2repo
2016-04-05 11:07:53 +02:00
..
2016-04-05 11:07:53 +02:00
2016-03-30 08:38:52 +02:00
2016-03-30 09:57:58 +02:00

stub-runner-spring-cloud

Registers the stubs in the provided Service Discovery. It's enough to add the jar

io.codearte.accurest:stub-runner-spring-cloud

and the Stub Runner autoconfiguration should be picked up.

You can match the artifactId of the stub with the name of your app by using the stubrunner.stubs.idsToServiceIds: map.

You can disable Stub Runner Ribbon support by providing: stubrunner.cloud.ribbon.enabled equal to false You can disable Stub Runner support by providing: stubrunner.cloud.enabled equal to false