Package org.springframework.boot.env
@NullMarked
package org.springframework.boot.env
Spring
Environment
support.-
ClassDescription
PropertySource
backed by a directory tree that contains files for each value.Property source options.A value returned from the property source which exposes the contents of the property file.MapPropertySource
containing default properties contributed directly to aSpringApplication
.Strategy to load '.properties' files into aPropertySource
.Interface that can be optionally implemented by aPropertySource
to provide additional information.Strategy interface located throughSpringFactoriesLoader
and used to load aPropertySource
.PropertySource
that returns a random value for any property that starts with "random.".Strategy to load '.yml' (or '.yaml') files into aPropertySource
.