Is there an equivalent for @ControllerAdvice when ...
# spring
c
Is there an equivalent for @ControllerAdvice when using the new functional API in WebMVC? I'd like to put some generic information (like user, menu etc.) into the model but don't want to always call a function like "baseModel(...)". I'm also open for other ideas 🙂
n
not that i know of