Update 64.6. Configure Tomcat.md
parent
b665157a01
commit
25f95d9e48
|
@ -0,0 +1,5 @@
|
||||||
|
### 64.6. 配置Tomcat
|
||||||
|
|
||||||
|
通常你可以遵循[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`)的建议,但也看下`EmbeddedServletContainerCustomizer`和各种你可以添加的Tomcat-specific的`*Customizers`。
|
||||||
|
|
||||||
|
Tomcat APIs相当丰富,一旦获取到`TomcatEmbeddedServletContainerFactory`,你就能够以多种方式修改它。或核心选择是添加你自己的`TomcatEmbeddedServletContainerFactory`。
|
Loading…
Reference in New Issue