tree: 405903b5cb36d0d3ed4a7c1f99f5a877ca370660 [path history] [tgz]
  1. pom.xml
  2. README.md
karaf-boot-starter/README.md

Karaf Boot Starter

Karaf Boot Starter provides a convenient way to create a ready to execute artifact, embedding Karaf.

You just have to extend the KarafApplication class. In the config() method, you can define:

  • the configuration
  • the bundles
  • the features of your embedded Karaf instance.

The Karaf Boot Starter Maven plugin will create the “key turn” jar that you can execute directly, on any machine.