Flowable 6.6.0 BPMN使用者指南 - (5)Spring Boot - 5.9 Flowable Auto-configuration類 5.10 Flowable Starters

月滿閒庭發表於2021-01-01

《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列表.

StarterDescription
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依賴項

相關文章