Class BootstrapConfigFileApplicationListener
- java.lang.Object
-
- org.springframework.boot.context.config.ConfigFileApplicationListener
-
- org.springframework.cloud.bootstrap.BootstrapConfigFileApplicationListener
-
- All Implemented Interfaces:
EventListener,org.springframework.boot.env.EnvironmentPostProcessor,org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>,org.springframework.context.event.SmartApplicationListener,org.springframework.core.Ordered
public class BootstrapConfigFileApplicationListener extends org.springframework.boot.context.config.ConfigFileApplicationListenerOverrides ConfigFileApplicationListener to disable exception.- Since:
- 3.0.0
- Author:
- Spencer Gibb
-
-
Constructor Summary
Constructors Constructor Description BootstrapConfigFileApplicationListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonApplicationEvent(org.springframework.context.ApplicationEvent event)-
Methods inherited from class org.springframework.boot.context.config.ConfigFileApplicationListener
addPostProcessors, addPropertySources, getOrder, postProcessEnvironment, setOrder, setSearchLocations, setSearchNames, supportsEventType
-
-
-
-
Method Detail
-
onApplicationEvent
public void onApplicationEvent(org.springframework.context.ApplicationEvent event)
- Specified by:
onApplicationEventin interfaceorg.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>- Overrides:
onApplicationEventin classorg.springframework.boot.context.config.ConfigFileApplicationListener
-
-