@ConditionalOnProperty(name="disjob.alert.enabled",
havingValue="true",
matchIfMissing=true)
@AutoConfigureOrder(value=2147483647)
@EnableConfigurationProperties(value=AlerterProperties.class)
public class AlerterAutoConfiguration
extends Object
@Bean public Alerter alerter(AlerterProperties alerterConfig, GroupInfoService groupInfoService)
Copyright © 2025. All rights reserved.