Skip to content

Commit 9d75c9d

Browse files
committed
📝 更新TODO.md
1 parent 42f46b9 commit 9d75c9d

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

TODO.en.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# spring-boot-demo Project TODO List
22

3-
## Module plan (completed: 49 / 59)
3+
## Module plan (completed: 50 / 62)
44

55
- [x] ~~spring-boot-demo-helloworld(helloworld example)~~
66
- [x] ~~spring-boot-demo-properties (read configuration file information)~~
@@ -61,7 +61,11 @@
6161
- [ ] spring-boot-demo-sso (integrated single sign on) see [ISSUE#12](https://github.com/xkcoding/spring-boot-demo/issues/12)
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)~~
64+
- [x] ~~spring-boot-demo-ratelimit-guava(use Guava RateLimiter to protect API by rate limiting)~~
65+
- [ ] spring-boot-demo-ratelimit-redis(use Redis Token bucket to protect API by rate limiting)
66+
- [ ] spring-boot-demo-https(integrated HTTPS)
6467

6568
## Remarks
6669

67-
Try to ensure that the corresponding demos are integrated in the order above.
70+
Try to ensure that the corresponding demos are integrated in the order above.
71+

TODO.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# spring-boot-demo 项目待办列表
22

3-
## 模块计划(已完成:49 / 59)
3+
## 模块计划(已完成:50 / 62)
44

55
- [x] ~~spring-boot-demo-helloworld(Helloworld 示例)~~
66
- [x] ~~spring-boot-demo-properties(读取配置文件信息)~~
@@ -61,6 +61,9 @@
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 令牌桶)
66+
- [ ] spring-boot-demo-https(集成 HTTPS)
6467

6568
## 备注
6669

0 commit comments

Comments
 (0)