Skip to content

Commit 0e86160

Browse files
committed
Readme
1 parent 7eccb03 commit 0e86160

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,14 @@
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)

sharding-sphere/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
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`

0 commit comments

Comments
 (0)