类 UndertowWebServerFactoryCustomizer

java.lang.Object
cn.herodotus.stirrup.servlet.container.autoconfigure.customizer.UndertowWebServerFactoryCustomizer
所有已实现的接口:
org.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory>

@Configuration(proxyBeanMethods=false) public class UndertowWebServerFactoryCustomizer extends Object implements org.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory>

Description: Undertow 配置解决 启动的一个WARN问题

作者:
: gengwei.zheng
Date:
: 2019/11/17 16:07
  • 构造器详细资料

    • UndertowWebServerFactoryCustomizer

      public UndertowWebServerFactoryCustomizer()
  • 方法详细资料

    • postConstruct

      @PostConstruct public void postConstruct()
    • customize

      public void customize(org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory factory)
      指定者:
      customize 在接口中 org.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory>