45194b5edc
* Added validation for functional endpoints scenarios: * validating in handler explicitly * created abstract handler with validation steps * using validation handlers with two implementations * * added annotated entity to be used with springvalidator * * added tests and cleaning the code slightly |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
README.md | ||
pom.xml |
README.md
Spring 5 Reactive Project
The Course
The "REST With Spring" Classes: http://bit.ly/restwithspring
Relevant Articles
- Introduction to the Functional Web Framework in Spring 5
- Spring 5 WebClient
- Exploring the Spring 5 MVC URL Matching Improvements
- Reactive WebSockets with Spring 5
- Spring Webflux Filters
- How to Set a Header on a Response with Spring 5
- Spring Webflux and CORS
- Handling Errors in Spring WebFlux
- Server-Sent Events in Spring