@Configuration @ConditionalOnBean(value=org.springframework.mail.MailSender.class) public static class NotifierConfiguration.MailNotifierConfiguration extends Object
| Constructor and Description |
|---|
MailNotifierConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
MailNotifier |
mailNotifier() |
@Bean @ConditionalOnMissingBean @ConfigurationProperties(value="spring.boot.admin.notify.mail") public MailNotifier mailNotifier()
Copyright © 2018 codecentric AG. All rights reserved.