INTSAMPLES-131: Fix README.md for Gradle
JIRA: https://jira.spring.io/browse/INTSAMPLES-131 INTSAMPLES-131: PR comments
This commit is contained in:
committed by
Gary Russell
parent
53dfc4914f
commit
95ec35c768
@@ -17,9 +17,10 @@ It also shows an example of using Spring profiles to modify the configuration fo
|
||||
|
||||
The Stdout and Stdin Channel Adapters will allow you to interact with JMS via the console. It uses an embedded ActiveMQ broker.
|
||||
|
||||
To run the sample, simply execute the **Main** class located in the the *org.springframework.integration.samples.jms* package either from your favorite IDE or by using Maven. When using Maven you can start the sample by executing:
|
||||
To run the sample, simply execute the **Main** class located in the the *org.springframework.integration.samples.jms*
|
||||
package either from your favorite IDE or by using Gradle. When using Gradle you can start the sample by executing:
|
||||
|
||||
$ mvn clean package exec:java
|
||||
$ gradlew :jms:run
|
||||
|
||||
You will then be prompted to run one of two demos:
|
||||
|
||||
@@ -51,4 +52,4 @@ When running either one of the demos you will see the following prompt:
|
||||
* **ChannelAdapterDemo** will simply echo the response
|
||||
|
||||
|
||||
There are also test cases that exercise both demos; utilizing Spring 3.0 profiles to route the output to a QueueChannel instead of stdout.
|
||||
There are also test cases that exercise both demos; utilizing Spring 3.0 profiles to route the output to a QueueChannel instead of stdout.
|
||||
|
||||
Reference in New Issue
Block a user