java-tutorials/messaging-modules/spring-apache-camel
anuragkumawat 07ef7b2186 JAVA-18750 Split or move spring-apache-camel module (#13710) 2023-03-26 22:09:10 +05:30
..
src JAVA-18750 Split or move spring-apache-camel module (#13710) 2023-03-26 22:09:10 +05:30
.gitignore JAVA-2420 Merge spring-apache-camel and spring-boot-camel modules (#13409) 2023-02-20 23:36:57 +05:30
README.md JAVA-18750 Split or move spring-apache-camel module (#13710) 2023-03-26 22:09:10 +05:30
pom.xml JAVA-18750 Split or move spring-apache-camel module (#13710) 2023-03-26 22:09:10 +05:30

README.md

Spring Apache Camel

This module contains articles about Spring with Apache Camel

Relevant Articles

Framework Versions:

  • Spring 5.3.25
  • Apache Camel 3.14.7

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"