Correct markup in documentation of how to configure Undertow
This commit is contained in:
parent
d1cb3c7ce1
commit
a83f9c6311
|
|
@ -606,7 +606,7 @@ Example in Gradle:
|
||||||
=== Configure Undertow
|
=== Configure Undertow
|
||||||
Generally you can follow the advice from
|
Generally you can follow the advice from
|
||||||
_<<howto-discover-build-in-options-for-external-properties>>_ about
|
_<<howto-discover-build-in-options-for-external-properties>>_ about
|
||||||
`@ConfigurationProperties` (`ServerProperties` and `ServerProperties.Undertow are the
|
`@ConfigurationProperties` (`ServerProperties` and `ServerProperties.Undertow` are the
|
||||||
main ones here), but also look at
|
main ones here), but also look at
|
||||||
`EmbeddedServletContainerCustomizer`. Once you have access to the
|
`EmbeddedServletContainerCustomizer`. Once you have access to the
|
||||||
`UndertowEmbeddedServletContainerFactory` you can use an `UndertowBuilderCustomizer` to
|
`UndertowEmbeddedServletContainerFactory` you can use an `UndertowBuilderCustomizer` to
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue