/dynamic-beetlsql-spring-boot-starter

Based on spring boot, it integrates dynamic datasource and beetlsql to facilitate the configuration and use of multiple data sources. 基于Spring Boot, Beeltsql 多数据源整合.

Primary LanguageJavaApache License 2.0Apache-2.0

Dynamic beetlSQL spring boot starter

简介

dynamic-beetlsql-spring-boot-starter 的主要功能是整合 dynamic-datasource-spring-boot-starterBeetlSQL, 方便配置和使用多数据源。

支持 Jdk 1.8+,SpringBoot 2.x.x, dynamic-datasource-spring-boot-starter 3.4.1, beetlSQL 3.10.0-RELEASE

特性

  1. 支持 dynamic-datasource-spring-boot-starter 多数据源配置。
  2. 支持 dynamic-datasource-spring-boot-starter 通过注解切换多数源。
  3. 支持 BeetlSQL 多个 SqlManager 配置。
  4. 支持 BeetlSQL ConditionalSqlManager 配置。
  5. 支持 BeetlSQL ConditionalConnectionSource 配置。
  6. 提供开箱即用的多租户支持(独立数据源/数据库模式)。

最后更新

v1.3.1 (2022-03-21)

  1. fix getMasterConn() support policy。