Class and Description |
---|
org.springframework.boot.context.event.ApplicationStartedEvent
as of 1.5 in favor of
ApplicationStartingEvent |
Field and Description |
---|
org.springframework.boot.logging.LoggingApplicationListener.FILE_PROPERTY
as of 1.5 in favor of
LogFile.FILE_PROPERTY |
org.springframework.boot.logging.LoggingApplicationListener.PATH_PROPERTY
as of 1.5 in favor of
LogFile.PATH_PROPERTY |
Method and Description |
---|
org.springframework.boot.bind.RelaxedPropertyResolver.getPropertyAsClass(String, Class<T>) |
org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory.setBuffersPerRegion(Integer) |
org.springframework.boot.bind.YamlConfigurationFactory.setExceptionIfInvalid(boolean)
as of 1.5, do not specify a
Validator if validation should not
occur |
org.springframework.boot.bind.PropertiesConfigurationFactory.setExceptionIfInvalid(boolean)
as of 1.5, do not specify a
Validator if validation should not
occur |
org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory.setTldSkip(String)
as of 1.5 in favor of
TomcatEmbeddedServletContainerFactory.setTldSkipPatterns(Collection) |
Annotation Type Element and Description |
---|
org.springframework.boot.context.properties.ConfigurationProperties.exceptionIfInvalid
as of 1.5 since validation only kicks in when
@Validated is
present |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.