6b0c4b9a80
* JAVA-26760: Updated and standardized the junit-jupiter-engine library * JAVA-26760: Updated and standardized the mockito-junit-jupiter library * fix mockito-junit-jupiter properties * fix maven-custom-plugin/usage-example properties * Fix quarkus-funqy * JAVA-26760: Fix NamespacedHierarchicalStore error in junit |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
README.md | ||
pom.xml |
README.md
Spring Apache Camel
This module contains articles about Spring with Apache Camel
Relevant Articles
- Integration Patterns With Apache Camel
- Using Apache Camel with Spring
- 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.22.0
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"