a04d35a6d8
* JAVA-2420 Merge spring-apache-camel and spring-boot-camel modules * JAVA-2420 Migrate spring-boot-camel to spring-apache camel * JAVA-2420 Update README.md file * JAVA-2420 Remove spring-boot-camel --------- Co-authored-by: timis1 <noreplay@yahoo.com> |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
README.md | ||
pom.xml |
README.md
Spring Apache Camel
This module contains articles about Spring with Apache Camel
Relevant Articles
- Introduction To Apache Camel
- Integration Patterns With Apache Camel
- Using Apache Camel with Spring
- Unmarshalling a JSON Array Using camel-jackson
- Apache Camel with Spring Boot
- Apache Camel Routes Testing in Spring Boot
- Apache Camel Conditional Routing
- Apache Camel Exception Handling
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"