Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.48 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.48 KB

Build Status Tested with Camel version Project licence Egg Status

camel-demos

Some demos and tests for Apache Camel! Please enjoy!

These are intended to be used with the articles and tutorials at tomd.xyz.

See also my book, Camel Step-by-Step: A beginner's guide to Apache Camel.

Thanks, Tom.

Troubleshooting

If you get strange missing class errors, make sure you're compiling with the latest parent POM: mvn clean install -f parent/pom.xml.

In this repo

  • simple-tests - Quick demos of Camel functionality implemented using Camel's test framework. Lift and shift the Camel route definitions into your own applications!
  • examples - Complete example applications which demonstrate specific use cases and platforms.
  • spring-boot-tests - Tests specifically using Spring Boot.