Updated readme.md (#3215)

* Update pom.xml

Corrected main class and added JUnit dependency

* Update README.md

* Update README.md
This commit is contained in:
k0l0ssus 2017-12-11 06:25:25 -05:00 committed by Eugen
parent 2b67e24515
commit 080d1a9425

View File

@ -1,2 +1,5 @@
### Relevant Articles:
- [Introduction to Spring Integration](http://www.baeldung.com/spring-integration)
### Running the Sample
Executing the `mvn exec:java` maven command (either from the command line or from an IDE) will start up the application. Follow the command prompt for further instructions.