1.0 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			1.0 KiB
		
	
	
	
	
	
	
	
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.21.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"