Added Stub Runner entry in the readme

fixes gh-530
This commit is contained in:
Marcin Grzejszczak
2018-02-19 15:56:47 +01:00
parent 7a724c88f7
commit e2b61cd125

View File

@@ -470,6 +470,16 @@ Annotate a class with `@EnableStubRunnerServer`, build a fat-jar and you're read
For the properties check the *Stub Runner Spring* section.
===== Stub Runner Server Fat Jar
You can download a standalone JAR from Maven (for example, for version 1.2.3.RELEASE), as follows:
[source,bash,indent=0]
----
$ wget -O stub-runner.jar 'https://search.maven.org/remote_content?g=org.springframework.cloud&a=spring-cloud-contract-stub-runner-boot&v=1.2.3.RELEASE'
$ java -jar stub-runner.jar --stubrunner.ids=... --stubrunner.repositoryRoot=...
----
===== Spring Cloud CLI
Starting from `1.4.0.RELEASE` version of the http://cloud.spring.io/spring-cloud-cli[Spring Cloud CLI]