SpringBoot集成Camunda流程引擎 (一)

一、匹配版本简介

首先官网camunda7.17对应的springboot版本camunda官网  

camunda中文手册:Camunda 中文站 | docs.camunda.org

 使用camunda流程引擎、web界面、Rest服务接口相应依赖如下:

  •        流程引擎:camunda-bpm-spring-boot-starter
  • Rest服务接口:camunda-bpm-spring-boot-starter-rest
  • web界面模块:camunda-bpm-spring-boot-starter-webapp

二、构建SpringBoot工程

Camunda官网提供了构建SpringBoot

猜你喜欢

转载自blog.csdn.net/qq_15371293/article/details/130178736