java-tutorials/messaging-modules/spring-apache-camel/README.md

28 lines
1.0 KiB
Markdown
Raw Normal View History

## 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.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:
2020-12-23 09:32:01 -05:00
`mvn exec:java -Dexec.mainClass="com.baeldung.camel.main.App"`