spring_reference/IX. ‘How-to’ guides/64.12. Configure Undertow.md

4 lines
652 B
Markdown
Raw Normal View History

2015-03-25 14:36:38 +00:00
### 64.12. 配置Undertow
2015-03-23 16:31:59 +00:00
2015-03-25 14:36:38 +00:00
通常你可以遵循[Section 63.7, “Discover built-in options for external properties”](http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#howto-discover-build-in-options-for-external-properties)关于`@ConfigurationProperties`此处主要是ServerProperties和ServerProperties.Undertow但也要看下`EmbeddedServletContainerCustomizer`。一旦获取到`UndertowEmbeddedServletContainerFactory`,你就可以使用一个`UndertowBuilderCustomizer`修改Undertow的配置以满足你的需求。或更彻底地就是添加你自己的`UndertowEmbeddedServletContainerFactory`。