Flowable 6.6.0 BPMN使用者指南 - (5)Spring Boot - 5.11 使用Liquibase 5.12 進一步閱讀
《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的更多文件,參見:
5.11 使用Liquibase
The Flowable engines are using Liquibase to manage the versioning of it’s tables. This means that the LiquibaseAutoConfiguration from Spring Boot would automatically kick in. However, if you are not using Liquibase then the application will not start and would throw an exception. For this reason Flowable is setting spring.liquibase.enabled to false, which means that if you need to use Liquibase you have to explicitly enable it.
Flowable引擎使用Liquibase來管理其資料庫表的版本控制。這意味著來自Spring Boot 的LiquibaseAutoConfiguration將自動啟動。但是,如果沒有使用Liquibase,則應用程式將不會啟動,並將引發異常。為此,Flowable設定spring.liquibase.enabled為false,這意味著如果需要使用Liquibase,則必須顯式地啟用它。
【編者注:Liquibase是一個用於跟蹤、管理資料庫變化的開源資料庫重構工具。它將資料庫的所有變化(包括結構和資料)都儲存在XML檔案中,便於版本控制。Liquibase不依賴特定資料庫,支援常見的12種資料庫,包括:Oracle,MySQL, DB2,SQL Server,PostgreSQL,h2等。】
5.12 進一步閱讀
Obviously, there is a lot about Spring Boot that hasn’t been touched upon yet, like very easy JTA integration or building a WAR file that can be run on major application servers. And there is a lot more to the Spring Boot integration:
顯然,關於Spring Boot還有很多還沒有涉及到,比如非常容易的JTA整合或者構建一個可以在主要應用伺服器上執行的WAR檔案。Spring Boot整合還有很多:
- Actuator 支援
- Spring Integration 支援
- Rest API 整合: 啟動嵌入在Spring應用程式中的可流動Rest API
- Spring Security 支援
相關文章
- Flowable 6.6.0 BPMN使用者指南 - (5)Spring Boot - 5.9 Flowable Auto-configuration類 5.10 Flowable StartersSpring Boot
- Flowable 6.6.0 BPMN使用者指南 -9 表單 - 9.1 表單定義
- Flowable 6.6.0BPMN使用者指南(第二部分)BPMN 2.0的構造
- Flowable 6.6.0 BPMN使用者指南-(1)入門 - 1.4.1 設定REST應用程式REST
- Flowable 6.6.0 BPMN使用者指南-(2)配置 - 2.18.4 向流程定義增加偵聽器
- 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 表單 - 3.Spring 整合 - 3.1 FormEngineFactoryBeanSpringORMBean
- Spring Boot 簡單整合 LiquibaseSpring BootUI
- 使用Liquibase和Spring Boot進行資料庫遷移的一站式指南 - reflectoringUISpring Boot資料庫
- Flowable 6.6.0 BPMN使用者指南 - 17 高階用例 - 17.7 高階查詢API:執行時和歷史任務查詢之間的無縫切換API
- spring boot 使用redis進行釋出訂閱Spring BootRedis
- Flowable - 6.6.0 更新說明 (主流工作流引擎)
- Flowable實戰(八)BPMN2.0 任務
- springboot2.5.2 整合 flowable6.6.0 流程引擎Spring Boot
- 一步一步學spring bootSpring Boot
- Spring Boot 參考指南(Spring Boot文件)Spring Boot
- Spring Boot Transactional註解原始碼閱讀筆記(二)Spring Boot原始碼筆記
- Spring Boot Transactional註解原始碼閱讀筆記(一)Spring Boot原始碼筆記
- spring 5 webclient使用指南SpringWebclient
- Oracle文件閱讀指南Oracle
- Laravel 原始碼閱讀指南 -- 使用者認證系統 (基礎介紹)Laravel原始碼
- Spring Boot(二十):使用 spring-boot-admin 對 Spring Boot 服務進行監控Spring Boot
- [轉]Spring Boot讀取配置檔案常用方式[強烈建議閱讀]Spring Boot
- 專案管理知識體系指南(PMBOOK指南)(第5版) 閱讀摘要專案管理
- Spring、Spring Boot和TestNG測試指南 – 使用Spring Testing工具Spring Boot
- Flowable實戰(四)BPMN2.0 啟動與結束事件事件
- 蘋果官方文件閱讀指南蘋果
- 【譯】闖入遊戲開發 #9:理論&進一步閱讀遊戲開發
- Flowable實戰(七)使用者和組
- Spring Boot 參考指南(Hazelcast)Spring BootAST
- Spring Boot使用JWT進行token驗證Spring BootJWT
- 使用 Spring Boot 進行單元測試Spring Boot
- Spring Boot 參考指南(使用RestTemplate呼叫REST服務)Spring BootREST
- 《深入實踐Spring Boot》閱讀筆記:分散式應用開發Spring Boot筆記分散式
- 閱讀筆記5筆記
- Spring Boot學習5:spring-boot web容器Spring BootWeb
- 5、Spring Boot快取Spring Boot快取