28 lines
1.0 KiB
Markdown
28 lines
1.0 KiB
Markdown
## 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)
|
|
- [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)
|
|
|
|
### 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"`
|