@Configuration
@ConditionalOnProperty(prefix="spring.boot.admin.notify.letschat",
name="url")
public static class NotifierConfiguration.LetsChatNotifierConfiguration
extends Object
| Constructor and Description |
|---|
LetsChatNotifierConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
LetsChatNotifier |
letsChatNotifier() |
@Bean @ConditionalOnMissingBean @ConfigurationProperties(value="spring.boot.admin.notify.letschat") public LetsChatNotifier letsChatNotifier()
Copyright © 2018 codecentric AG. All rights reserved.