Skip to content

Commit 4b506f7

Browse files
committed
📝 更新TODO.md
1 parent caa95eb commit 4b506f7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

TODO.en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# spring-boot-demo Project TODO List
22

3-
## Module plan (completed: 50 / 62)
3+
## Module plan (completed: 52 / 63)
44

55
- [x] ~~spring-boot-demo-helloworld(helloworld example)~~
66
- [x] ~~spring-boot-demo-properties (read configuration file information)~~
@@ -62,7 +62,7 @@
6262
- [x] ~~spring-boot-demo-ldap (integrated ldap)see [ISSUE#23](https://github.com/xkcoding/spring-boot-demo/issues/23)~~
6363
- [x] ~~spring-boot-demo-dynamic-datasource(add datasource dynamically, switch datasource dynamically)~~
6464
- [x] ~~spring-boot-demo-ratelimit-guava(use Guava RateLimiter to protect API by standalone rate limiting)~~
65-
- [ ] spring-boot-demo-ratelimit-redis(use Redis Token bucket to protect API by cluster rate limiting)
65+
- [x] ~~spring-boot-demo-ratelimit-redis(use Redis and Lua script implementation to protect API by distributed rate limiting)~~
6666
- [ ] spring-boot-demo-https(integrated HTTPS)
6767
- [x] ~~spring-boot-demo-elasticsearch-rest-high-level-client(integrated Elasticsearch 7.x version,use official Rest High Level Client to operate ES data)~~
6868

TODO.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# spring-boot-demo 项目待办列表
22

3-
## 模块计划(已完成:51 / 63)
3+
## 模块计划(已完成:52 / 63)
44

55
- [x] ~~spring-boot-demo-helloworld(Helloworld 示例)~~
66
- [x] ~~spring-boot-demo-properties(读取配置文件信息)~~
@@ -61,8 +61,8 @@
6161
- [ ] spring-boot-demo-sso(集成单点登录)参见 [ISSUE#12](https://github.com/xkcoding/spring-boot-demo/issues/12)
6262
- [x] ~~spring-boot-demo-ldap (集成 ldap)参见 [ISSUE#23](https://github.com/xkcoding/spring-boot-demo/issues/23)~~
6363
- [x] ~~spring-boot-demo-dynamic-datasource(动态添加数据源,切换数据源)~~
64-
- [x] ~~spring-boot-demo-ratelimit-guava(单机限流保护API,集成Guava的RateLimiter~~
65-
- [ ] spring-boot-demo-ratelimit-redis(集群限流保护API,使用 Redis 令牌桶)
64+
- [x] ~~spring-boot-demo-ratelimit-guava(单机限流保护API,集成 Guava 的 RateLimiter~~
65+
- [x] ~~spring-boot-demo-ratelimit-redis(分布式限流保护API,使用 Redis + lua 脚本实现)~~
6666
- [ ] spring-boot-demo-https(集成 HTTPS)
6767
- [x] ~~spring-boot-demo-elasticsearch-rest-high-level-client(集成 Elasticsearch 7.x 版本,使用官方 rest high level client操作 ES 数据)~~
6868

0 commit comments

Comments
 (0)