File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1111
1212## [ 基于JWT(JSON Web Token)的token身份验证] ( https://github.com/yulc-coding/java-note/tree/master/jwt )
1313
14+ ## [ Spring Security + Token 实现权限控制] ( https://github.com/yulc-coding/java-note/tree/master/security )
15+
1416## [ 自定义 Spring Boot Starter] ( https://github.com/yulc-coding/java-note/tree/master/common-spring-boot-autoconfigure )
1517
1618## [ Spring Boot 实现异步事件Event] ( https://github.com/yulc-coding/java-note/tree/master/event )
1719
1820## [ Spring Boot 消息实时推送] ( https://github.com/yulc-coding/java-note/tree/master/message-push )
1921
20- ## [ Redis 相关] ( https://github.com/yulc-coding/java-note/tree/master/redis )
22+ ## [ Redis 相关] ( https://github.com/yulc-coding/java-note/tree/master/redis )
23+
24+ ## [ Sharding Sphere 分库分表] ( https://github.com/yulc-coding/java-note/tree/master/sharding-sphere )
Original file line number Diff line number Diff line change 11## 分表分库中间件:ShardingSphere
2+ 基于SpringBoot搭建
3+
4+ ### pom
5+ ```
6+ <dependency>
7+ <groupId>org.apache.shardingsphere</groupId>
8+ <artifactId>sharding-jdbc-spring-boot-starter</artifactId>
9+ </dependency>
10+ ```
211
312### 策略
413* 分表分库所采用的字段:` sharding-column `
You can’t perform that action at this time.
0 commit comments