SpringBoot集成Camunda流程引擎 (一)

一、匹配版本简介

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

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

SpringBoot集成Camunda流程引擎 (一)_第1张图片

 使用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基

你可能感兴趣的:(精品文章,Java,spring,boot,java,spring,Camunda)