java-tutorials/spring-apache-camel
sampadawagde 28f95423cd JAVA-5223: Fix formatting of POMs (Others - Part 1) 2021-05-13 22:43:38 +05:30
..
src
.gitignore
README.md Update README.md 2020-12-23 22:32:01 +08:00
pom.xml JAVA-5223: Fix formatting of POMs (Others - Part 1) 2021-05-13 22:43:38 +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"