Camunda BPM Spring Boot integration
If you want to add the Camunda BPM Rest API, you have to add following dependency to your maven build.
<dependency>
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-engine-rest</artifactId>
<classifier>classes</classifier>
<version>7.2.0</version>
</dependency>
If it is present on the classpath, it will be autodetected and made available under .