Class GlobalControllerAdvice


  • @ControllerAdvice
    public class GlobalControllerAdvice
    extends Object
    Adds the webjar versions read from yaml files as global model attribute.
    • Constructor Detail

      • GlobalControllerAdvice

        public GlobalControllerAdvice()
    • Method Detail

      • getWebjarVersions

        @ModelAttribute("webjarVersions")
        public Map<String,​String> getWebjarVersions()