java-tutorials/spring-apache-camel
Chirag Dewan f52e3c9e60 BAEL3236 Fixing test cases and updating the missed version in pom.xml 2019-10-26 18:46:18 +05:30
..
src BAEL3236 Fixing test cases and updating the missed version in pom.xml 2019-10-26 18:46:18 +05:30
.gitignore BAEL3236 Fixing test cases and updating the missed version in pom.xml 2019-10-26 18:46:18 +05:30
README.md BAEL3236 Fixing test cases and updating the missed version in pom.xml 2019-10-26 18:46:18 +05:30
pom.xml BAEL3236 Fixing test cases and updating the missed version in pom.xml 2019-10-26 18:46:18 +05:30

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"