java-tutorials/spring-apache-camel
vatsalgosar ade303a6de Merge pull request #6 from eugenp/master
merge sync up
2019-10-20 20:00:20 +05:30
..
src Merge pull request #6 from eugenp/master 2019-10-20 20:00:20 +05:30
.gitignore Merge pull request #6 from eugenp/master 2019-10-20 20:00:20 +05:30
README.md Merge pull request #6 from eugenp/master 2019-10-20 20:00:20 +05:30
pom.xml Merge pull request #6 from eugenp/master 2019-10-20 20:00:20 +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"