Skip to content

ChristianLohmann/camunda-bpm-spring-boot

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%