内容简介:本次修复同BeetlSQL3的修复内容 Spring 集成增加了支持事务超时的设置 修复了一个并发情况下的对数据库元数据操作的Bug <dependency> <groupId>com.ibeetl</groupId> <artifactId>beetlsql</artifactId> ...
本次修复同BeetlSQL3的修复内容
- Spring 集成增加了支持事务超时的设置
- 修复了一个并发情况下的对数据库元数据操作的Bug
<dependency>
<groupId>com.ibeetl</groupId>
<artifactId>beetlsql</artifactId>
<version>2.13.8.RELEASE</version>
</dependency>
Spring Stater
<dependency>
<groupId>com.ibeetl</groupId>
<artifactId>beetl-framework-starter</artifactId>
<version>1.2.38.RELEASE</version>
</dependency>
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- flask 迁移数据库工具
- 数据库管理开源工具 DBeaver
- innotop-数据库性能动态查看工具
- Oracle数据库勒索病毒自检工具
- Oracle数据库勒索病毒自检工具
- python数据库连接工具DBUtils
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Open Data Structures
Pat Morin / AU Press / 2013-6 / USD 29.66
Offered as an introduction to the field of data structures and algorithms, Open Data Structures covers the implementation and analysis of data structures for sequences (lists), queues, priority queues......一起来看看 《Open Data Structures》 这本书的介绍吧!