These starters will pre-configure the Camunda process engine, REST API and Web applications, so they can easily be used in a standalone process application.
If you are not familiar with Spring Boot, read the guide.
To enable Camunda BPM auto configuration, add the following dependency to your :
Other starters that can be used are: camunda-bpm-spring-boot-starter-rest
and .
Overriding Camunda Version
If you want to override the version used by default, add the camunda.version
property to your with the version you wantto use and add the camunda bom to the dependency management:
Please check when selecting Spring Boot Starter and Camunda BPM versions.
Using Enterprise Edition
- Override the camunda.version with the desired EE version:
Supported deployment scenarios
Following deployment scenario is supported by Camunda:
- executable JAR with embedded Tomcat and one embedded process engine (plus Webapps when needed)
There are other possible variations that might also work, but are not tested by Camunda at the moment.