Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 850 Bytes

File metadata and controls

28 lines (14 loc) · 850 Bytes

Camel Example Spring Boot

This example shows two options creating a custom Type Converter with Apache Camel application using Spring Boot.

Option 1 (Camel 2.x) - Converter added to the registry and loaded at the runtime : CustomConverterRuntimeTest and CustomRuntimeConverter.

Option 2 (Camel 3.x) - Converter source code generated during mvn package phase: CustomConverterGeneratedTest and CustomGeneratedConverter. Required Camel Maven Package Plugin and build helper plugin - see pom.xml for details.

How to run

You can run this example using

mvn test

Help and contributions

If you hit any problem using Camel or have some feedback, then please let us know.

We also love contributors, so get involved :-)

The Camel riders!