Skip to main content
To enable the REST API you can use the following starter in your pom.xml:
By default the application path is engine-rest, so without any further configuration you can access the api at http://localhost:8080/engine-rest. Because we use jersey, one can use spring boot’s common application properties. For example, to change the application path, use
To modify the configuration or register additional resources, one can provide a bean which extends from org.camunda.bpm.spring.boot.starter.rest.CamundaJerseyResourceConfig: