Uses of Class
org.springframework.boot.tomcat.autoconfigure.TomcatServerProperties
Packages that use TomcatServerProperties
Package
Description
Classes related to the auto-configuration of a servlet or reactive web server using
Tomcat.
Classes related to the auto-configuration of a servlet web server using Tomcat.
-
Uses of TomcatServerProperties in org.springframework.boot.tomcat.autoconfigure
Constructors in org.springframework.boot.tomcat.autoconfigure with parameters of type TomcatServerPropertiesModifierConstructorDescriptionTomcatWebServerFactoryCustomizer
(Environment environment, ServerProperties serverProperties, TomcatServerProperties tomcatProperties) -
Uses of TomcatServerProperties in org.springframework.boot.tomcat.autoconfigure.servlet
Constructors in org.springframework.boot.tomcat.autoconfigure.servlet with parameters of type TomcatServerPropertiesModifierConstructorDescriptionTomcatServletWebServerAutoConfiguration
(TomcatServerProperties tomcatProperties)