INTSAMPLES-131: Fix README.md for Gradle

JIRA: https://jira.spring.io/browse/INTSAMPLES-131

INTSAMPLES-131: PR comments
This commit is contained in:
Artem Bilan
2014-06-23 14:20:44 +03:00
committed by Gary Russell
parent 53dfc4914f
commit 95ec35c768
26 changed files with 95 additions and 84 deletions

View File

@@ -15,14 +15,13 @@ If you imported the example into your IDE, you can just run class **org.springfr
* Right-click on Main class --> Run As --> Java Application
Alternatively, you can start the sample from the command line ([Maven](http://maven.apache.org/) required):
Alternatively, you can start the sample from the command line ([Gradle](http://www.gradle.org) required):
* mvn package
* mvn exec:java
* gradlew :amqp:run
# Used Spring Integration components
### Spring Integration Modules (Maven dependencies)
### Spring Integration Modules (Maven/Gradle dependencies)
* spring-integration-core
* spring-integration-amqp