Closed petivagyok16 closed 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.
I could solve this issue by adding @Validated annotation to the controller class.
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.