Browse Source

📝 更新TODO.md

pull/1/head
Yangkai.Shen 4 years ago
parent
commit
c93b47d57a
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      TODO.en.md
  2. +2
    -2
      TODO.md

+ 2
- 2
TODO.en.md View File

@@ -1,6 +1,6 @@
# spring-boot-demo Project TODO List # spring-boot-demo Project TODO List


## Module plan (completed: 52 / 65)
## Module plan (completed: 53 / 65)


- [x] ~~spring-boot-demo-helloworld(helloworld example)~~ - [x] ~~spring-boot-demo-helloworld(helloworld example)~~
- [x] ~~spring-boot-demo-properties (read configuration file information)~~ - [x] ~~spring-boot-demo-properties (read configuration file information)~~
@@ -63,7 +63,7 @@
- [x] ~~spring-boot-demo-dynamic-datasource(add datasource dynamically, switch datasource dynamically)~~ - [x] ~~spring-boot-demo-dynamic-datasource(add datasource dynamically, switch datasource dynamically)~~
- [x] ~~spring-boot-demo-ratelimit-guava(use Guava RateLimiter to protect API by standalone rate limiting)~~ - [x] ~~spring-boot-demo-ratelimit-guava(use Guava RateLimiter to protect API by standalone rate limiting)~~
- [x] ~~spring-boot-demo-ratelimit-redis(use Redis and Lua script implementation to protect API by distributed rate limiting)~~ - [x] ~~spring-boot-demo-ratelimit-redis(use Redis and Lua script implementation to protect API by distributed rate limiting)~~
- [ ] spring-boot-demo-https(integrated HTTPS)
- [x] ~~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)~~ - [x] ~~spring-boot-demo-elasticsearch-rest-high-level-client(integrated Elasticsearch 7.x version,use official Rest High Level Client to operate ES data)~~
- [ ] spring-boot-demo-springbatch(data process) - [ ] spring-boot-demo-springbatch(data process)
- [ ] spring-boot-demo-security-justauth(use JustAuth to login GitHub,and use Spring-Security to manage login state) - [ ] spring-boot-demo-security-justauth(use JustAuth to login GitHub,and use Spring-Security to manage login state)


+ 2
- 2
TODO.md View File

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


## 模块计划(已完成:52 / 65)
## 模块计划(已完成:53 / 65)


- [x] ~~spring-boot-demo-helloworld(Helloworld 示例)~~ - [x] ~~spring-boot-demo-helloworld(Helloworld 示例)~~
- [x] ~~spring-boot-demo-properties(读取配置文件信息)~~ - [x] ~~spring-boot-demo-properties(读取配置文件信息)~~
@@ -63,7 +63,7 @@
- [x] ~~spring-boot-demo-dynamic-datasource(动态添加数据源,切换数据源)~~ - [x] ~~spring-boot-demo-dynamic-datasource(动态添加数据源,切换数据源)~~
- [x] ~~spring-boot-demo-ratelimit-guava(单机限流保护API,集成 Guava 的 RateLimiter)~~ - [x] ~~spring-boot-demo-ratelimit-guava(单机限流保护API,集成 Guava 的 RateLimiter)~~
- [x] ~~spring-boot-demo-ratelimit-redis(分布式限流保护API,使用 Redis + lua 脚本实现)~~ - [x] ~~spring-boot-demo-ratelimit-redis(分布式限流保护API,使用 Redis + lua 脚本实现)~~
- [ ] spring-boot-demo-https(集成 HTTPS)
- [x] ~~spring-boot-demo-https(集成 HTTPS)~~
- [x] ~~spring-boot-demo-elasticsearch-rest-high-level-client(集成 Elasticsearch 7.x 版本,使用官方 rest high level client操作 ES 数据)~~ - [x] ~~spring-boot-demo-elasticsearch-rest-high-level-client(集成 Elasticsearch 7.x 版本,使用官方 rest high level client操作 ES 数据)~~
- [ ] spring-boot-demo-springbatch(数据处理) - [ ] spring-boot-demo-springbatch(数据处理)
- [ ] spring-boot-demo-security-justauth(使用 JustAuth 登录 GitHub,使用 Security 管理登录状态) - [ ] spring-boot-demo-security-justauth(使用 JustAuth 登录 GitHub,使用 Security 管理登录状态)


Loading…
Cancel
Save