Uses of Class
org.springframework.boot.context.config.Profiles
Package
Description
External configuration support allowing 'application.properties' to be loaded and used
within a Spring Boot application.
-
Uses of Profiles in org.springframework.boot.context.config
Modifier and TypeMethodDescriptiondefault void
ConfigDataEnvironmentUpdateListener.onSetProfiles
(Profiles profiles) Called whenEnvironment
profiles are set.ConfigDataLocationResolver.resolveProfileSpecific
(ConfigDataLocationResolverContext context, ConfigDataLocation location, Profiles profiles) Resolve aConfigDataLocation
into one or moreConfigDataResource
instances based on available profiles.StandardConfigDataLocationResolver.resolveProfileSpecific
(ConfigDataLocationResolverContext context, ConfigDataLocation location, Profiles profiles)