https://github.com/jabrena/winter-games-2019-game3
Java + Webflux + Reactor + VAVR + YAVI + Resilience4j
https://github.com/jabrena/winter-games-2019-game3
Last synced: 29 days ago
JSON representation
Java + Webflux + Reactor + VAVR + YAVI + Resilience4j
- Host: GitHub
- URL: https://github.com/jabrena/winter-games-2019-game3
- Owner: jabrena
- License: apache-2.0
- Created: 2019-10-28T13:14:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-26T14:48:53.000Z (over 5 years ago)
- Last Synced: 2025-02-08T02:25:12.840Z (3 months ago)
- Language: Java
- Homepage:
- Size: 81.1 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# winter-games-2019-game3
Java + Webflux + Reactor + VAVR + YAVI
[](https://travis-ci.org/jabrena/winter-games-2019-game3)
## Backlog
- [ ] Mount multiple routers
- [ ] Mount nested routes
- [ ] Return Types with Primitives & Wrapper Types
- [ ] Return Types with Complex POJOS
- [ ] Return Collections like Lists, Map
- [x] Check headers with Webflux wilters
- [ ] Check headers with Spring Security
- [x] Test 404
- [x] Initial support for `"ControllerAdvice"` in Webflux## References
- https://programmer.help/blogs/webflux-rest-api-global-exception-handling-error-handling.html
- https://blog.softwaremill.com/spring-webflux-and-domain-exceptions-10ae2096b159
- https://www.naturalprogrammer.com/courses/332639/lectures/5902512
- https://medium.com/@ldduy1006/spring-webflux-security-configuration-28ac86423a42