Package org.springframework.boot.support
@NullMarked
package org.springframework.boot.support
Classes supporting application concerns and the org.springframework.boot package.
-
ClassDescriptionAn
ApplicationListenerthat configuresAnsiOutputdepending on the value of the propertyspring.output.ansi.enabled.SmartApplicationListenerused to triggerEnvironmentPostProcessorsregistered in thespring.factoriesfile.Factory interface used by theEnvironmentPostProcessorApplicationListenerto create theEnvironmentPostProcessorinstances.EnvironmentPostProcessorto add theRandomValuePropertySource.AnEnvironmentPostProcessorthat parses JSON fromspring.application.jsonor equivalentlySPRING_APPLICATION_JSONand adds it as a map property source to theEnvironment.AnEnvironmentPostProcessorthat replaces the systemEnvironmentSystemEnvironmentPropertySourcewith anSystemEnvironmentPropertySourceEnvironmentPostProcessor.OriginAwareSystemEnvironmentPropertySourcethat can track theSystemEnvironmentOriginfor every system environment property.SystemEnvironmentPropertySourcethat also tracksOrigin.