Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jangalinski/camunda-bpm-spring-boot

Camunda BPM Spring Boot integration
https://github.com/jangalinski/camunda-bpm-spring-boot

Last synced: 16 days ago
JSON representation

Camunda BPM Spring Boot integration

Awesome Lists containing this project

README

        

# 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.

```xml

org.camunda.bpm
camunda-engine-rest
classes
7.2.0

```

If it is present on the classpath, it will be autodetected and made available under .

### example with spring

* [embedded-spring-rest](https://github.com/camunda/camunda-bpm-examples/tree/master/deployment/embedded-spring-rest)
* http://docs.camunda.org/latest/guides/user-guide/#process-engine-process-engine-bootstrapping

## Maintainer

* [Christian Lipphardt](https://github.com/hawky-4s-), [camunda services GmbH](http://www.camunda.com/)

## License

* [Apache License, Version 2.0](./LICENSE)