java-tutorials/spring-apache-camel
dupirefr e30cd5677e [JAVA-958] Standardize packages in spring-apache-camel module 2020-03-20 08:29:03 +01:00
..
src [JAVA-958] Standardize packages in spring-apache-camel module 2020-03-20 08:29:03 +01:00
.gitignore Merge pull request #8125 from eugenp/revert-8119-BAEL-3275-2 2019-10-31 20:43:47 -05:00
README.md Merge pull request #8125 from eugenp/revert-8119-BAEL-3275-2 2019-10-31 20:43:47 -05:00
pom.xml [BAEL-18783] - Fix formatting of POMs 2019-12-06 11:40:56 +02: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"