hyshan / camunda-bpm-spring-boot

Camunda BPM Spring Boot integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

camunda-bpm-spring-boot

Camunda BPM Spring Boot integration

Useful resources

How to import the REST classes (instead the war file)

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 .

example with spring

Maintainer

License

About

Camunda BPM Spring Boot integration

License:Apache License 2.0


Languages

Language:Java 100.0%