This project provides Spring Boot starters that allow you to integrate the Camunda Platform into your Spring Boot applications.
Please check out the Documentation, the Getting Started Guide and the Examples.
-
Issue Tracker - if you have an idea for a new feature or want to file a bug … this is the place to go.
-
Contributing - check this if you want to contribute
-
Discussion Forum - this project has it’s own sub-category at the camunda forum … use it!
Before version 2.2.0, the project existed as a community extension. Therefore the resources were located in different paths. You can find all the links below.
-
Issue Tracker - please DON’T create new issues here.
Important
|
We have decided to refactor the configuration mechanism. Especially, we removed the org.camunda.bpm.spring.boot.starter.configuration.CamundaConfiguration interface. For now, each configuration is a org.camunda.bpm.engine.impl.cfg.ProcessEnginePlugin . With this it is possible to hook into preInit , postInit and postProcessEngineBuild , which supports more complex situations.
If you have implemented a CamundaConfiguration , you have to switch to ProcessEnginePlugin (and its preInit method). You can also extend your configuration from org.camunda.bpm.spring.boot.starter.configuration.impl.AbstractCamundaConfiguration to avoid a cast to SpringProcessEngineConfiguration .
|
The Camunda Spring Boot Starter project used to be the community extension, created and supported by
Starting from version 2.3.0 it was adopted as part of the Camunda Platform.
-
The source files in this repository are made available under the Apache License, Version 2.0.