You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
土豆兄弟 1f5c08df34 [新增功能](master): JPA多数据源
dev-protocol-shardingtask 目前支持了JPA的多数据源方案1

待补充:JPA的多数据源2 及 ShardingJDBC的多数据源
3 years ago
..
db [新增功能](master): JPA多数据源 3 years ago
src/main [新增功能](master): JPA多数据源 3 years ago
README.md [新增功能](master): JPA多数据源 3 years ago
pom.xml [新增功能](master): JPA多数据源 3 years ago

README.md

场景描述

场景:
    假设订单库使用了分表分库
    订单相关的SKU使用的是别的库
    
技术框架:
    SpringBoot + ShardingSphere + JPA / dynamic-datasource        

实现功能

多数据源动态切换整合分表分库实现