Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jangalinski/camunda-bpm-spring-boot
- Owner: jangalinski
- License: apache-2.0
- Created: 2015-05-09T21:29:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-02-27T09:56:40.000Z (over 9 years ago)
- Last Synced: 2024-05-01T22:23:51.144Z (7 months ago)
- Language: Java
- Size: 207 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)