Description
Hi,
There are two examples of camel in a spring boot context in the source code:
https://github.com/apache/camel/tree/master/examples/camel-example-spring-boot
https://github.com/apache/camel/tree/master/examples/camel-example-spring-boot-starter
Which are very similar (POC of timer) in term of code, configuration and test.
After a winmerge of these two example and as a java camel users, a merge/refactoring could be done.
Only one could be keep and defined as best pratice.
regards,
JF