2019-10-31 21:43:47 -04:00
|
|
|
## Spring Apache Camel
|
|
|
|
|
|
|
|
This module contains articles about Spring with Apache Camel
|
|
|
|
|
|
|
|
### Relevant Articles
|
|
|
|
|
|
|
|
- [Integration Patterns With Apache Camel](http://www.baeldung.com/camel-integration-patterns)
|
|
|
|
- [Using Apache Camel with Spring](http://www.baeldung.com/spring-apache-camel-tutorial)
|
2023-02-20 13:06:57 -05:00
|
|
|
- [Apache Camel with Spring Boot](https://www.baeldung.com/apache-camel-spring-boot)
|
|
|
|
- [Apache Camel Routes Testing in Spring Boot](https://www.baeldung.com/spring-boot-apache-camel-routes-testing)
|
|
|
|
- [Apache Camel Conditional Routing](https://www.baeldung.com/spring-apache-camel-conditional-routing)
|
|
|
|
- [Apache Camel Exception Handling](https://www.baeldung.com/java-apache-camel-exception-handling)
|
2019-10-31 21:43:47 -04:00
|
|
|
|
|
|
|
### Framework Versions:
|
|
|
|
|
2023-02-20 13:06:57 -05:00
|
|
|
- Spring 5.3.25
|
2024-01-13 09:29:54 -05:00
|
|
|
- Apache Camel 3.22.0
|
2019-10-31 21:43:47 -04:00
|
|
|
|
|
|
|
### 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:
|
|
|
|
|
2020-12-23 09:32:01 -05:00
|
|
|
`mvn exec:java -Dexec.mainClass="com.baeldung.camel.main.App"`
|