java-tutorials/spring-apache-camel
Kyle Doyle 07859c6e38 Bael-624 - Code Review fixes 2019-10-07 22:23:44 -04:00
..
src Bael-624 - Code Review fixes 2019-10-07 22:23:44 -04:00
.gitignore Bael-624 - Code Review fixes 2019-10-07 22:23:44 -04:00
README.md Bael-624 - Code Review fixes 2019-10-07 22:23:44 -04:00
pom.xml Bael-624 - Code Review fixes 2019-10-07 22:23:44 -04:00

README.md

Spring Apache Camel

This module contains articles about Spring with Apache Camel

Relevant Articles

Framework Versions:

  • Spring 4.2.4
  • Apache Camel 2.16.1

Build and Run Application

To build this application execute:

mvn clean install

To run this application you can either run our main class App from your IDE or you can execute following maven command:

mvn exec:java -Dexec.mainClass="com.baeldung.camel.main.App"