java-tutorials/messaging-modules/spring-apache-camel
freelansam 456652e02b JAVA-16563: Fix formatting of POMs (#13175) 2022-12-20 22:37:54 +05:30
..
src JAVA-15787 Created new messaging-modules and saas-modules 2022-11-26 11:54:53 +05:30
.gitignore JAVA-15787 Created new messaging-modules and saas-modules 2022-11-26 11:54:53 +05:30
README.md JAVA-15787 Created new messaging-modules and saas-modules 2022-11-26 11:54:53 +05:30
pom.xml JAVA-16563: Fix formatting of POMs (#13175) 2022-12-20 22:37:54 +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"