bootstrap flowable
时间: 2023-08-07 21:05:32 浏览: 127
要在Spring Boot中引入Flowable的依赖,您可以添加以下Maven依赖项到您的项目的pom.xml文件中:
```xml
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-spring-boot-starter</artifactId>
<version>6.7.2</version>
</dependency>
```
\[1\]
您还可以从Flowable的官方GitHub页面下载最新的源码文件,地址是:https://github.com/flowable/flowable-engine/releases/tag/flowable-6.7.2 \[2\]
在Flowable工作流开发中,有两种常见的方式来整合流程设计器。一种是使用Flowable官方提供的FlowableUI设计器,另一种是使用开源组件如LogicFlow或EasyFlow,或者使用bpmn.js自己处理流程设计。\[3\]
#### 引用[.reference_title]
- *1* [Flowable学习笔记(一):SpringBoot项目整合Flowable](https://blog.csdn.net/u012734723/article/details/128401929)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v91^insertT0,239^v3^insert_chatgpt"}} ] [.reference_item]
- *2* *3* [【第二十一篇】Flowable之SpringBoot集成FlowableUI](https://blog.csdn.net/qq_38526573/article/details/124204304)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v91^insertT0,239^v3^insert_chatgpt"}} ] [.reference_item]
[ .reference_list ]
阅读全文