Description
The example at
https://github.com/apache/camel/tree/master/examples/camel-example-spring-boot
Is using an older and custom way with the FatJarRoute and whatnot. Instead it should just do like
https://github.com/apache/camel/tree/master/examples/camel-example-spring-boot-starter
Which is standard spring boot style.
After this we can remove the -starter example and just keep the camel-example-spring-boot.
Contributions is welcome
http://camel.apache.org/contributing
Attachments
Issue Links
- relates to
-
CAMEL-10436 camel-archetype-spring-boot - Should create JAR not WAR
- Resolved