Springboot整合Flowable Modeler(flowable6.4.0)

文章目录

  • Springboot整合Flowable Modeler
    • 1 项目准备
      • 1.1 新建一个Springboot项目
      • 1.2 项目的pom文件
      • 1.3 Flowable Modeler UI下载
    • 2 后端代码
      • 2.1 复制代码
      • 2.2 代码修改
      • 2.3 新增代码
    • 3 启动项目

Springboot整合Flowable Modeler

1 项目准备

1.1 新建一个Springboot项目

​ Springboot采用的版本是2.1.5.RELEASE;

你可能感兴趣的:(工作流实战,spring,boot,后端,java)