|
|
@@ -1,6 +1,6 @@ |
|
|
|
# spring-boot-demo Project TODO List |
|
|
|
|
|
|
|
## Module plan (completed: 50 / 62) |
|
|
|
## Module plan (completed: 52 / 63) |
|
|
|
|
|
|
|
- [x] ~~spring-boot-demo-helloworld(helloworld example)~~ |
|
|
|
- [x] ~~spring-boot-demo-properties (read configuration file information)~~ |
|
|
@@ -62,7 +62,7 @@ |
|
|
|
- [x] ~~spring-boot-demo-ldap (integrated ldap)see [ISSUE#23](https://github.com/xkcoding/spring-boot-demo/issues/23)~~ |
|
|
|
- [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)~~ |
|
|
|
- [ ] spring-boot-demo-ratelimit-redis(use Redis Token bucket to protect API by cluster 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-elasticsearch-rest-high-level-client(integrated Elasticsearch 7.x version,use official Rest High Level Client to operate ES data)~~ |
|
|
|
|
|
|
|