SD
<dependency>
<groupId>org.camunda.bpm.springboot</groupId>
<artifactId>camunda-bpm-spring-boot-starter-webapp</artifactId>
<version>${camunda.spring-boot.version}</version>
</dependency>
<dependency>
<groupId>org.camunda.bpm.springboot</groupId>
<artifactId>camunda-bpm-spring-boot-starter-rest</artifactId>
<version>${camunda.spring-boot.version}</version>
</dependency>
camunda.bpm.admin-user.id =
camunda.bpm.admin-user.password =
camunda.bpm.admin-user.firstName =
camunda.bpm.filter.create = All tasks
+ БД. например H2
Обычно этого достаточно чтобы по быстрому запустить камунду под спринг бутом: будет работать кокпит, rest и крутиться БП.
rest доступен по http://localhost:8080/rest/... .