ICode9

精准搜索请尝试: 精确搜索
首页 > 其他分享> 文章详细

Flowable 6.6.0 BPMN用户指南 - (5)Spring Boot - 5.11 使用Liquibase 5.12 进一步阅读

2021-01-01 11:01:13  阅读:485  来源: 互联网

标签:BPMN Flowable Spring 数据库 Boot 6.6 Liquibase


《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.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 支持

标签:BPMN,Flowable,Spring,数据库,Boot,6.6,Liquibase
来源: https://blog.csdn.net/weixin_52265084/article/details/112002269

本站声明: 1. iCode9 技术分享网(下文简称本站)提供的所有内容,仅供技术学习、探讨和分享;
2. 关于本站的所有留言、评论、转载及引用,纯属内容发起人的个人观点,与本站观点和立场无关;
3. 关于本站的所有言论和文字,纯属内容发起人的个人观点,与本站观点和立场无关;
4. 本站文章均是网友提供,不完全保证技术分享内容的完整性、准确性、时效性、风险性和版权归属;如您发现该文章侵犯了您的权益,可联系我们第一时间进行删除;
5. 本站为非盈利性的个人网站,所有内容不会用来进行牟利,也不会利用任何形式的广告来间接获益,纯粹是为了广大技术爱好者提供技术内容和技术思想的分享性交流网站。

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有