-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
niefy
committed
Jun 12, 2020
1 parent
cfe3331
commit c93f645
Showing
1 changed file
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
# reactive-api-demo | ||
it's a demo of build reactive api service with spring webflux、r2bc-mysql 、redis-reactive、webflux-web-security... | ||
这是一个构建响应式API的demo项目,使用spring webflux、r2bc-mysql 、redis-reactive、webflux-web-security...等新技术 | ||
it's a demo of build reactive api service with spring webflux、springdata-r2dbc、r2dbc-mysql、redis-reactive、webflux-web-security... | ||
|
||
### project plan | ||
- [x] complete reactive database assess | ||
- [x] all api by webflux reactive | ||
- [ ] global base baseservice interface and impl to support dynamic query | ||
- [ ] complete reactive redis cache | ||
- [ ] complete reactive spring security handler | ||
- [ ] test qps and tps data with millions data in database |