Flowable 6.6.0表單配置 - FormEngineConfiguration bean
Flowable 6.6.0表單使用者指南(Forms User Guide)
1 配置(Configuration)
1.2 FormEngineConfiguration bean
The flowable.form.cfg.xml must contain a bean that has the id ‘formEngineConfiguration’.
這個flowable.form.cfg.xml必須包含id為“formEngineConfiguration”的bean。
<bean id="formEngineConfiguration" class="org.flowable.form.engine.impl.cfg.StandaloneFormEngineConfiguration">
This bean is then used to construct the FormEngine. There are multiple classes available that can be used to define the formEngineConfiguration. These classes represent different environments, and set defaults accordingly. It is a best practice to select the class that matches your environment the most, to minimize the number of properties needed to configure the engine. The following classes are currently available:
然後使用這個bean構造FormEngine。有多個可用類可用於定義formEngineConfiguration。這些類表示不同的環境,並相應地設定預設值。最佳做法是選擇與您的環境最匹配的類,以最小化配置引擎所需的屬性數。以下類別當前可用:
- org.flowable.form.engine.impl.cfg.StandaloneFormEngineConfiguration: the process engine is used in a standalone way. Flowable will take care of the transactions. By default, the database will only be checked when the engine boots (and an exception is thrown if there is no Flowable Form schema or the schema version is incorrect).
- org.flowable.form.engine.impl.cfg.StandaloneInMemFormEngineConfiguration: this is a convenience class for unit testing purposes. Flowable Form will take care of the transactions. An H2 in-memory database is used by default. The database will be created and dropped when the engine boots and shuts down. When using this, probably no additional configuration is needed).
- org.flowable.form.spring.SpringFormEngineConfiguration: To be used when the Form engine is used in a Spring environment. See the Spring integration section for more information.
- org.flowable.form.engine.impl.cfg.StandaloneFormEngineConfiguration:以獨立方式使用流程引擎。Flowable將負責處理事務。預設情況下,只有在引擎啟動時才會檢查資料庫(如果沒有Flowable Form schema或schema版本不正確,則會引發異常)。
- org.flowable.form.engine.impl.cfg.StandaloneInMemFormEngineConfiguration:這是方便用於單元測試的類。Flowable Form將處理事務。預設情況下使用H2記憶體資料庫。當引擎啟動和關閉時,將建立並刪除資料庫。當使用這個時,可能不需要額外的配置)。
- org.flowable.form.engine.impl.cfg.StandaloneFormEngineConfiguration:在Spring環境中使用表單引擎時使用。有關更多資訊,請參見Spring整合部分(the Spring integration section)。
相關文章
- Flowable 6.6.0 表單 - 3.Spring 整合 - 3.1 FormEngineFactoryBeanSpringORMBean
- Flowable 6.6.0 BPMN使用者指南 -9 表單 - 9.1 表單定義
- springboot2.5.2 整合 flowable6.6.0 流程引擎Spring Boot
- Flowable 6.6.0 BPMN使用者指南 - (5)Spring Boot - 5.9 Flowable Auto-configuration類 5.10 Flowable StartersSpring Boot
- Flowable - 6.6.0 更新說明 (主流工作流引擎)
- flowable 6.6.0 去掉自帶的登入許可權
- Flowable 6.6.0 BPMN使用者指南-(2)配置 - 2.18.4 向流程定義增加偵聽器
- Flowable實戰(五)表單和流程變數變數
- Flowable 6.6.0 BPMN使用者指南-(2)配置 - 2.9 作業執行器/2.10 作業執行器啟用
- java 自定義表單 動態表單 表單設計器 工作流引擎 flowable 專案原始碼Java原始碼
- Flowable 6.6.0 BPMN使用者指南-(1)入門 - 1.4.1 設定REST應用程式REST
- flowable 表結構說明
- Flowable 6.6.0 BPMN使用者指南 - (5)Spring Boot - 5.11 使用Liquibase 5.12 進一步閱讀Spring BootUI
- Flowable 6.6.0BPMN使用者指南(第二部分)BPMN 2.0的構造
- Flowable 6.6.0 BPMN使用者指南 - 17 高階用例 - 17.5 執行自定義SQL(Execute custom SQL)SQL
- Alibaba 阿里微服務springcloud flowable 工作流 自定義表單 模組設計方案阿里微服務SpringGCCloud
- spring中如何向一個單例bean中注入非單例beanSpring單例Bean
- springcloud Alibaba 微服務 flowable 工作流 自定義表單 vue.js前後分離SpringGCCloud微服務Vue.js
- spring cloud Alibaba 阿里微服務 flowable 工作流 自定義表單 模組設計方案SpringCloud阿里微服務
- flowable
- ElasticSearch 6.6.0叢集安裝Elasticsearch
- Spring配置bean的詳細知識SpringBean
- JavaEE——Spring4--(2)Bean的配置JavaSpringBean
- Android Rxjava :最簡單&全面背壓講解 (Flowable)AndroidRxJava
- flowable 控制檯列印出自帶表的 sql 語句SQL
- vxe-form table 配置式表單的使用ORM
- 配置式表單渲染器的實現
- spring配置檔案中配置了,但找不到Bean , 啟動不報錯,執行報錯No bean namedSpringBean
- spring上 -基於Xml配置bean筆記SpringXMLBean筆記
- springBoot整合flowableSpring Boot
- flowable 整合 springbootSpring Boot
- flowable流程部署
- 一份配置,輕鬆搞定Vue表單渲染Vue
- Vue.js+ElementUI+vant生成動態表單配置Vue.jsUI
- VUE Cookbook 系列:實現可配置組合表單Vue
- mybatisplus 配置引起的生產問題 no bean ‘sqlSessionFactory‘MyBatisBeanSQLSession
- element-ui 表單校驗 Rules 配置 常用黑科技UI
- Vue.js實現可配置的登入表單Vue.js