Class SilencerCurseConfiguration
-
- All Implemented Interfaces:
@Configuration(proxyBeanMethods = false)@ConditionalWingsEnabled() public class SilencerCurseConfiguration- Since:
2019-06-26
trydofor
-
-
Field Summary
Fields Modifier and Type Field Description public final static intOrderMuteConsoleRunner
-
Constructor Summary
Constructors Constructor Description SilencerCurseConfiguration()
-
Method Summary
Modifier and Type Method Description ApplicationInspectRunnerauditPropRunner()audit the file and cascading relationship of properties key/value ApplicationInspectRunnerinfoGitJvmRunner(ApplicationContext context)ApplicationReadyEventRunnermuteConsoleRunner(SilencerAutoLogProp autoLog)Configuration is complete and the log is switched before the service starts, should run at last static BeanPostProcessorthisLazyAwarePostProcessor()RuntimeModeruntimeMode(SilencerRuntimeProp prop)-
-
Method Detail
-
auditPropRunner
@Bean()@ConditionalWingsEnabled(abs = SilencerEnabledProp.Key$auditProp, value = false) ApplicationInspectRunner auditPropRunner()
audit the file and cascading relationship of properties key/value
-
infoGitJvmRunner
@Bean()@ConditionalWingsEnabled() ApplicationInspectRunner infoGitJvmRunner(ApplicationContext context)
-
muteConsoleRunner
@Bean()@ConditionalWingsEnabled(abs = SilencerEnabledProp.Key$muteConsole)@ConditionalOnClass(value = ConsoleAppender.class) ApplicationReadyEventRunner muteConsoleRunner(SilencerAutoLogProp autoLog)
Configuration is complete and the log is switched before the service starts, should run at last
-
thisLazyAwarePostProcessor
@Bean()@ConditionalWingsEnabled() static BeanPostProcessor thisLazyAwarePostProcessor()
-
runtimeMode
@Bean()@ConditionalWingsEnabled() RuntimeMode runtimeMode(SilencerRuntimeProp prop)
-
-
-
-