Package | Description |
---|---|
org.springframework.boot.context.config |
External configuration support allowing 'application.properties' to be loaded and used
within a Spring Boot application.
|
org.springframework.boot.env |
Spring
Environment support. |
org.springframework.boot.logging |
Support and abstractions across several logging libraries.
|
Constructor and Description |
---|
ConfigDataEnvironmentPostProcessor(DeferredLogFactory logFactory,
ConfigurableBootstrapContext bootstrapContext) |
ConfigDataEnvironmentPostProcessor(DeferredLogFactory logFactory,
ConfigurableBootstrapContext bootstrapContext,
ConfigDataEnvironmentUpdateListener environmentUpdateListener) |
Modifier and Type | Method and Description |
---|---|
List<EnvironmentPostProcessor> |
EnvironmentPostProcessorsFactory.getEnvironmentPostProcessors(DeferredLogFactory logFactory,
ConfigurableBootstrapContext bootstrapContext)
Create all requested
EnvironmentPostProcessor instances. |
Modifier and Type | Class and Description |
---|---|
class |
DeferredLogs
A
DeferredLogFactory implementation that manages a collection
DeferredLog instances. |