Flowable 6.6.0 BPMN用户指南 - (5)Spring Boot - 5.2入门

本文介绍了如何在Spring Boot项目中集成Flowable 6.6.0,包括添加依赖、自动配置、数据源创建、流程引擎及相关引擎实例的创建,以及自动部署BPMN、CMMN、DMN和表单定义。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

Flowable 6.6.0 用户指南相关文档下载


《Flowable 6.6.0 BPMN用户指南》

1. 入门
2. 配置
3 The Flowable API
4 Flowable 6.6.0 BPMN用户指南 - (4)Spring集成

5 Spring Boot

5.1 兼容性
5.2 入门
5.3 更改数据库和连接池
5.4 REST支持
5.5 JPA 支持
5.6 Flowable Actuator Endpoints
5.7 Flowable信息贡献者(Info Contributor)
5.8 Flowable应用属性
5.9 Flowable Auto-configuration类
5.10 Flowable Starters
5.11 使用Liquibase
5.12 进一步阅读
5.13 高级配置


有关Flowable的更多文档,参见:

《Flowable文档大全》


5.2 入门

Spring Boot is all about convention over configuration. To get started, you would need to create a Spring Boot project. The easiest way to do this would be to create a project via start.spring.io. For example create a project with web and h2 dependencies. Then in the created project simply add the flowable-spring-boot-starter or flowable-spring-boot-starter-rest dependency. In case you don’t need all the engines see the other Flowable starters. For example for Maven:

Spring Boot完全是关于约定而不是配置。要开始Spring Boot,您需要创建一个Spring Boot项目。最简单的方法是通过start.spring.io创建项目。 例如,创建一个具有web和h2依赖关系的项目。然后在创建的项目中,只需添加flowable-spring-boot-starter或flowable-spring-boot-starter-rest 依赖项。如果你不需要所有的引擎,看看其他Flowable starters。例如对Maven:

<dependency>
    <groupId>org.flowable</groupId>
    <artifactId>flowable-spring-boot-starter</artifactId>
    <version>${flowable.version}</version>
</dependency>

That’s all that’s needed. This dependency will transitively add the correct Flowable dependencies to the classpath. You can now run your Spring Boot application:

这就是所需要的。此依赖项将正确的Flowable依赖项传递地添加到类路径。现在可以运行Spring Boot应用程序:

import org.springframework.boot.SpringApplication;
import org.springfr
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

月满闲庭

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值