-
- All Implemented Interfaces:
-
java.util.EventListener,org.springframework.boot.env.EnvironmentPostProcessor,org.springframework.context.ApplicationListener
@Order(value = Ordered.HIGHEST_PRECEDENCE + 10) public class LocalPropertyEnvironmentPostProcessor implements EnvironmentPostProcessor, ApplicationListener<ApplicationEnvironmentPreparedEvent>
-
-
Method Summary
Modifier and Type Method Description voidpostProcessEnvironment(ConfigurableEnvironment environment, SpringApplication application)voidonApplicationEvent(ApplicationEnvironmentPreparedEvent e)-
Methods inherited from class org.springframework.boot.env.EnvironmentPostProcessor
postProcessEnvironment -
Methods inherited from class org.springframework.context.ApplicationListener
onApplicationEvent -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
postProcessEnvironment
void postProcessEnvironment(ConfigurableEnvironment environment, SpringApplication application)
-
onApplicationEvent
void onApplicationEvent(ApplicationEnvironmentPreparedEvent e)
-
-
-
-