spring boot+sharding-sphere+mybatis plus实现分表分库

一、添加依赖mysql <!--sharding-sphere依赖--> <dependency> <groupId>io.shardingsphere</groupId> <artifactId>sharding-jdbc-core</artifactId> <version>3.1.0</version> </dependency> 二、配置sql @Configuratio
相关文章
相关标签/搜索