Browse Source

📝 更新TODO.md

pull/1/head
Yangkai.Shen 5 years ago
parent
commit
c74996e0df
2 changed files with 3 additions and 1 deletions
  1. +1
    -0
      TODO.en.md
  2. +2
    -1
      TODO.md

+ 1
- 0
TODO.en.md View File

@@ -64,6 +64,7 @@
- [x] ~~spring-boot-demo-ratelimit-guava(use Guava RateLimiter to protect API by standalone rate limiting)~~
- [ ] spring-boot-demo-ratelimit-redis(use Redis Token bucket to protect API by cluster rate limiting)
- [ ] spring-boot-demo-https(integrated HTTPS)
- [x] ~~spring-boot-demo-elasticsearch-rest-high-level-client(integrated Elasticsearch 7.x version,use official Rest High Level Client to operate ES data)~~

## Remarks



+ 2
- 1
TODO.md View File

@@ -1,6 +1,6 @@
# spring-boot-demo 项目待办列表

## 模块计划(已完成:50 / 62)
## 模块计划(已完成:51 / 63)

- [x] ~~spring-boot-demo-helloworld(Helloworld 示例)~~
- [x] ~~spring-boot-demo-properties(读取配置文件信息)~~
@@ -64,6 +64,7 @@
- [x] ~~spring-boot-demo-ratelimit-guava(单机限流保护API,集成Guava的RateLimiter)~~
- [ ] spring-boot-demo-ratelimit-redis(集群限流保护API,使用 Redis 令牌桶)
- [ ] spring-boot-demo-https(集成 HTTPS)
- [x] ~~spring-boot-demo-elasticsearch-rest-high-level-client(集成 Elasticsearch 7.x 版本,使用官方 rest high level client操作 ES 数据)~~

## 备注



Loading…
Cancel
Save