Update sample README to remove unnecessary contentType parameters

Resolves #393

Add back C/Rs
This commit is contained in:
Roy Clarkson
2018-02-22 17:53:19 -05:00
committed by Glenn Renfro
parent f23b80a9c6
commit 860e514060
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ $ ./mvnw clean install
[source,shell,indent=2]
----
$ java -jar target/batch-events-1.2.1.RELEASE.jar --spring.cloud.stream.bindings.batch-events.contentType=application/json
$ java -jar target/batch-events-1.2.1.RELEASE.jar
----
For example you can listen for specific job execution events on a specified channel with a Spring Cloud Stream Sink

View File

@@ -17,7 +17,7 @@ $ ./mvnw clean install
[source,shell,indent=2]
----
$ java -jar target/task-events-1.2.1.RELEASE.jar --spring.cloud.stream.bindings.task-events.contentType=application/json
$ java -jar target/task-events-1.2.1.RELEASE.jar
----
You can listen for the events on the task-events channel with a Spring Cloud Stream Sink