Class SignOff

    • Constructor Detail

      • SignOff

        public SignOff()
    • Method Detail

      • main

        public static void main​(String[] args)
      • dispatcherServletRegistration

        @Bean
        public org.springframework.boot.autoconfigure.web.servlet.DispatcherServletRegistrationBean dispatcherServletRegistration​(org.springframework.web.servlet.DispatcherServlet dispatcherServlet,
                                                                                                                                  org.springframework.beans.factory.ObjectProvider<javax.servlet.MultipartConfigElement> multipartConfig)
        Special beans to make AP work in SpringBoot https://github.com/spring-projects/spring-boot/issues/15373
        Parameters:
        dispatcherServlet - the dispatcher servlet
        multipartConfig - multi-part configuration for servlet
        Returns:
        DispatcherServletRegistrationBean instance for dispatcher servlet