From 080d1a942542a0d90d0f4b1d4f8217fd7e9c52ce Mon Sep 17 00:00:00 2001 From: k0l0ssus Date: Mon, 11 Dec 2017 06:25:25 -0500 Subject: [PATCH] Updated readme.md (#3215) * Update pom.xml Corrected main class and added JUnit dependency * Update README.md * Update README.md --- spring-integration/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spring-integration/README.md b/spring-integration/README.md index e5b0f601ce..750ad994eb 100644 --- a/spring-integration/README.md +++ b/spring-integration/README.md @@ -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.