applyTo
Apply ConfigData post-processing to an existing Environment. This method can be useful when working with an Environment that has been created directly and not necessarily as part of a SpringApplication.
Parameters
the environment to apply ConfigData to
Apply ConfigData post-processing to an existing Environment. This method can be useful when working with an Environment that has been created directly and not necessarily as part of a SpringApplication.
Parameters
the environment to apply ConfigData to
the resource loader to use
the bootstrap context to use or null
to use athrow-away context
any additional profiles that should be applied
Apply ConfigData post-processing to an existing Environment. This method can be useful when working with an Environment that has been created directly and not necessarily as part of a SpringApplication.
Parameters
the environment to apply ConfigData to
the resource loader to use
the bootstrap context to use or null
to use athrow-away context
any additional profiles that should be applied
optional ConfigDataEnvironmentUpdateListener that can be used to track Environment updates.