TransEmpiric / webFluxTemplate

Spring Webflux template application with working Spring Security, Web-sockets, Rest, Web MVC, and Authentication with JWT.
MIT License
126 stars 39 forks source link

Object property Validation #5

Closed petivagyok16 closed 6 years ago

petivagyok16 commented 6 years ago

Input validation currently does not work in this application, i tried different solutions but none of them worked with Webflux. What is the recomended way to validate my Request bodies e.g. User object on signup.

petivagyok16 commented 6 years ago

I could solve this issue by adding @Validated annotation to the controller class.