Class GlobalControllerAdvice


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

      • GlobalControllerAdvice

        public GlobalControllerAdvice​(WebjarProperties webjarProperties)
    • Method Detail

      • getWebjarVersions

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