spring boot + sharding-jdbc + mybatis分庫分表使用

maven中引入依賴 <dependency> <groupId>io.shardingjdbc</groupId> <artifactId>sharding-jdbc-core</artifactId> <version>2.0.3</version> </dependency> 編寫數據源分片算法 全部的分片算法均可以實現PreciseShardingAlgorithm接口
相關文章
相關標籤/搜索