-
- Downloads
Ensure all controllers that use validation also have @Validated
We have various @Valid annotations throughout our controllers. However if the controller is not also annotated with @Validated, Spring doesn't actually perform the validation.
parent
96f2ae80
No related branches found
No related tags found
Showing
- src/main/java/nl/tudelft/ewi/queue/controller/AdminController.java 2 additions, 0 deletions...java/nl/tudelft/ewi/queue/controller/AdminController.java
- src/main/java/nl/tudelft/ewi/queue/controller/CourseController.java 2 additions, 0 deletions...ava/nl/tudelft/ewi/queue/controller/CourseController.java
- src/main/java/nl/tudelft/ewi/queue/controller/LabController.java 2 additions, 0 deletions...n/java/nl/tudelft/ewi/queue/controller/LabController.java
Loading
Please sign in to comment