Flowable 6.6.0 表單 - 3.Spring 整合 - 3.1 FormEngineFactoryBean
推薦Flowable 6.6.0 使用者指南相關文件下載
《精編Flowable 6.6.0 應用程式指南中文PDF版》
《精編Flowable 6.6.0 表單使用者指南中文PDF版》
Flowable 6.6.0表單使用者指南(Forms User Guide)
3.Spring 整合(Spring integration)
While you can definitely use Flowable Form without Spring, we’ve provided some very nice integration features that are explained in this chapter.
雖然您肯定可以使用沒有Spring的Flowable表單,但是我們提供了一些非常好的整合特性,這些特性將在本章中介紹。
3.1 FormEngineFactoryBean
The FormEngine can be configured as a regular Spring bean. The starting point of the integration is the class org.flowable.form.spring.FormEngineFactoryBean. This bean takes a Form engine configuration and creates the Form engine. This means that the creation and configuration of properties for Spring is the same as documented in the configuration section. For Spring integration, the configuration and engine beans will look like this:
FormEngine可以配置為常規的Spring bean。整合的起點是類org.flowable.form.spring.FormEngineFactoryBean. 這個bean接受表單引擎配置並建立表單引擎。這意味著Spring屬性的建立和配置與configuration部分中記錄的相同。對於Spring integration,配置和引擎bean如下所示:
<bean id="formEngineConfiguration" class="org.flowable.form.spring.SpringFormEngineConfiguration">
...
</bean>
<bean id="formEngine" class="org.flowable.form.spring.FormEngineFactoryBean">
<property name="formEngineConfiguration" ref="formEngineConfiguration" />
</bean>
Note that the formEngineConfiguration bean now uses the org.flowable.form.spring.SpringFormEngineConfiguration class.
注意,formEngineConfigurationbean現在使用org.flowable.form.spring.SpringFormEngineConfiguration類。
相關文章
- Flowable 6.6.0 BPMN使用者指南 -9 表單 - 9.1 表單定義
- springboot2.5.2 整合 flowable6.6.0 流程引擎Spring Boot
- Flowable - 6.6.0 更新說明 (主流工作流引擎)
- Flowable 6.6.0 BPMN使用者指南 - (5)Spring Boot - 5.9 Flowable Auto-configuration類 5.10 Flowable StartersSpring Boot
- flowable 整合 springbootSpring Boot
- springBoot整合flowableSpring Boot
- Flowable實戰(五)表單和流程變數變數
- Flowable實戰(六)整合JPA
- springboot 整合 flowable 流程引擎Spring Boot
- Flowable 6.6.0 BPMN使用者指南-(1)入門 - 1.4.1 設定REST應用程式REST
- java 自定義表單 動態表單 表單設計器 工作流引擎 flowable 專案原始碼Java原始碼
- flowable 表結構說明
- Flowable 6.6.0 BPMN使用者指南-(2)配置 - 2.18.4 向流程定義增加偵聽器
- Flowable 6.6.0BPMN使用者指南(第二部分)BPMN 2.0的構造
- flowable6.4 與springboot2 整合Spring Boot
- Flowable 6.6.0 BPMN使用者指南 - 17 高階用例 - 17.5 執行自定義SQL(Execute custom SQL)SQL
- Flowable 6.6.0 BPMN使用者指南-(2)配置 - 2.9 作業執行器/2.10 作業執行器啟用
- Flowable 6.6.0 BPMN使用者指南 - (5)Spring Boot - 5.11 使用Liquibase 5.12 進一步閱讀Spring BootUI
- flowable
- net core3.1整合收集日誌- sentry
- ElasticSearch 6.6.0叢集安裝Elasticsearch
- Alibaba 阿里微服務springcloud flowable 工作流 自定義表單 模組設計方案阿里微服務SpringGCCloud
- Flowable與springBoot專案整合及出現的問題Spring Boot
- 3.1 MYSQL分庫分表實踐MySql
- SpringBoot 整合MyBatis-Plus3.1詳細教程Spring BootMyBatisS3
- spring cloud Alibaba 阿里微服務 flowable 工作流 自定義表單 模組設計方案SpringCloud阿里微服務
- .Net Core 3.1簡單搭建微服務微服務
- flowable 控制檯列印出自帶表的 sql 語句SQL
- springcloud Alibaba 微服務 flowable 工作流 自定義表單 vue.js前後分離SpringGCCloud微服務Vue.js
- flowable流程部署
- Android Rxjava :最簡單&全面背壓講解 (Flowable)AndroidRxJava
- flowable 啟動流程
- 關於flowable(6
- 3.1
- flowable 官網手冊
- 使用flowable建立工作引擎
- 【版本釋出公告】HMS Core 6.6.0來啦
- 簡單演算法――鼠到擒來 V3.1演算法