本次主要增加了Spring Boot 多数据源配置功能
#IJV68 beetlsql starter 支持多数据源,mapper也支持#IJT15 SQLiteStyle 分页 SQL 错误#IJSD7 Query 查询 其他库表有问题#IJNOD sql文件默认字符集显示。
Maven
<dependency> <groupId>com.ibeetl</groupId> <artifactId>beetlsql</artifactId> <version>2.10.23</version> </dependency>
Spring Boot集成
<dependency> <groupId>com.ibeetl</groupId> <artifactId>beetl-framework-starter</artifactId> <version>1.1.50.RELEASE</version> </dependency>
评论删除后,数据将无法恢复
BeetlSQL 2.10.23 发布,Java Dao 工具
本次主要增加了Spring Boot 多数据源配置功能
#IJV68 beetlsql starter 支持多数据源,mapper也支持
#IJT15 SQLiteStyle 分页 SQL 错误
#IJSD7 Query 查询 其他库表有问题
#IJNOD sql文件默认字符集显示。
Maven
Spring Boot集成