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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user