java-tutorials/spring-apache-camel
Sam Millington 2a6a8024cd [BAEL-17487] Added readme descriptions (#7796)
* [BAEL-17487] Added readme descriptions

* Updated descriptions

* Updated spring-apache-camel readme

* changed 'article' to 'articles'
2019-09-27 08:26:02 -06:00
..
src Story/bael 14304 (#7311) 2019-07-20 14:33:56 +03:00
.gitignore [BAEL-15318] - Make sure the tutorials build doesn't generate any un-committed or un-ignored artifacts 2019-07-07 15:22:11 +05:30
README.md [BAEL-17487] Added readme descriptions (#7796) 2019-09-27 08:26:02 -06:00
pom.xml [BAEL-12091] - Fix formatting of POMs 2019-02-10 01:47:19 +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"