Uses of Package
org.springframework.boot.support
Packages that use org.springframework.boot.support
Package
Description
Classes supporting application concerns and the org.springframework.boot package.
-
Classes in org.springframework.boot.support used by org.springframework.boot.supportClassDescription
SmartApplicationListener
used to triggerEnvironmentPostProcessors
registered in thespring.factories
file.Factory interface used by theEnvironmentPostProcessorApplicationListener
to create theEnvironmentPostProcessor
instances.