blob: 6d85bec241bf237e2fb3b8d6830028dafc161f19 [file] [log] [blame]
== Base package scan example
This example will scan for custom `CamelConfiguration` classes that
can be located in other JARs. To use as configuration during bootstrap.
In this example the `custom.jar` is a regular maven dependency defined in `pom.xml`.
The custom JAR includes a `CamelConfiguration` that is triggered on startup,
that creates the `beerProcessor` that are used in the Camel route.