Flowable 6.6.0 BPMN用户指南 - (5)Spring Boot - 5.9 Flowable Auto-configuration类 5.10 Flowable Starters

《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.9 Flowable Auto-configuration类

Here is a list of all auto-configuration classes provided by Flowable, with links to documentation and source code. Remember to also look at the conditions report in your application for more details of which features are switched on. (To do so, start the app with --debug or -Ddebug or, in an Actuator application, use the conditions endpoint).

下面是Flowable提供的所有自动配置类的列表,包括指向文档和源代码的链接。记住还要查看应用程序中的“条件”报告,以了解已启用哪些功能的更多详细信息。(为此,请使用–debug或-Ddebug启动应用程序,或者在Actuator应用程序中,使用条件端点)。

配置类
ContentEngineAutoConfiguration

ContentEngineServicesAutoConfiguration

CmmnEngineAutoConfiguration

CmmnEngineServicesAutoConfiguration

DmnEngineAutoConfiguration

DmnEngineServicesAutoConfiguration

EndpointAutoConfiguration

FlowableInfoAutoConfiguration

FlowableLdapAutoConfiguration

FlowableTransactionAutoConfiguration

FormEngineAutoConfiguration

FormEngineServicesAutoConfiguration

IdmEngineAutoConfiguration

IdmEngineServicesAutoConfiguration

ProcessEngineAutoConfiguration

RestApiAutoConfiguration

SecurityAutoConfiguration

5.10 Flowable Starters

下面是Flowable Spring Boot starter列表.

Starter Description
flowable-spring-boot-starter-cmmn 包含在独立模式下引导CMMN引擎的依赖项
flowable-spring-boot-starter-cmmn-rest 包含在独立模式下引导CMMN引擎的依赖项并启动其REST API
flowable-spring-boot-starter-dmn 包含在独立模式下启动DMN引擎的依赖项
flowable-spring-boot-starter-dmn-rest 包含在独立模式下引导DMN引擎的依赖项并启动其REST API
flowable-spring-boot-starter-process 包含在独立模式下引导流程引擎的依赖项
flowable-spring-boot-starter-process-rest 包含在独立模式下引导流程引擎的依赖项并启动其REST API
flowable-spring-boot-starter 包含启动所有Flowable Engines 的依赖项(Process, CMMN, DMN, Form, Content and IDM)
flowable-spring-boot-starter-rest 包含启动所有Flowable Engines 及其对应的REST API的依赖项
flowable-spring-boot-starter-actuator 包含Spring Boot依赖项

你可能感兴趣的:(Flowable,6.6.0,BPMN用户指南,-,(4)Spring)