java-tutorials/spring-apache-camel
Jonathan Cook 5e8cf2618a BAEL-4736 - Convert JSONArray to List of Object using camel-jackson (#10316)
* BAEL-4706 - Spring Boot with Spring Batch

* BAEL-3948 - Fix test(s) in spring-batch which leaves repository.sqlite
changed

* BAEL-4736 - Convert JSONArray to List of Object using camel-jackson

Co-authored-by: Jonathan Cook <jcook@sciops.esa.int>
2020-12-14 10:37:05 -08:00
..
src BAEL-4736 - Convert JSONArray to List of Object using camel-jackson (#10316) 2020-12-14 10:37:05 -08:00
.gitignore Merge pull request #8125 from eugenp/revert-8119-BAEL-3275-2 2019-10-31 20:43:47 -05:00
README.md Merge pull request #8125 from eugenp/revert-8119-BAEL-3275-2 2019-10-31 20:43:47 -05:00
pom.xml BAEL-4736 - Convert JSONArray to List of Object using camel-jackson (#10316) 2020-12-14 10:37:05 -08:00

README.md

Spring Apache Camel

This module contains articles about Spring with Apache Camel

Relevant Articles

Framework Versions:

  • Spring 4.2.4
  • Apache Camel 2.16.1

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"