Class SilencerCurseConfiguration
-
- All Implemented Interfaces:
@Configuration(proxyBeanMethods = false)@ConditionalWingsEnabled() public class SilencerCurseConfiguration- Since:
2019-06-26
trydofor
-
-
Constructor Summary
Constructors Constructor Description SilencerCurseConfiguration()
-
Method Summary
Modifier and Type Method Description ApplicationInspectRunnerauditPropRunner()audit the file and cascading relationship of properties key/value ApplicationReadyEventRunnermuteConsoleRunner(SilencerAutoLogProp autoLog)Configuration is complete and the log is switched before the service starts 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
-
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
-
runtimeMode
@Bean()@ConditionalWingsEnabled() RuntimeMode runtimeMode(SilencerRuntimeProp prop)
-
-
-
-