Problemunvalidated
I want a custom prefi x for this controller and the other controllers of same package without affecting the rest of the controllers — I already added the global prefix for the whole app using `context-path`. Tension: leaving the rest of the controllers out of this prefix. Outcome: without adding `@RequestMapping(value = "/prefix/families")` for example for every controller.
662e691e-0c45-478e-979f-057d34bbac59
I want a custom prefi
x for this controller and the other controllers of same package without affecting the rest of the controllers — I already added the global prefix for the whole app using context-path. Tension: leaving the rest of the controllers out of this prefix. Outcome: without adding @RequestMapping(value = "/prefix/families") for example for every controller.