Rule @RestController
Classes should be also annotated with @RequestMapping
#14
Labels
enhancement
New feature or request
Additionally to this rule (
@RestController
-annotated classes should also be annotated with@RequestMapping
to ensure the correct usage an definition of a valid path), another rule should be provided: No@RestController
Annoation should be used with a value. This prevents the missleading api of spring.The text was updated successfully, but these errors were encountered: