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

883 B

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"