@Configuration @EnableAutoConfiguration @EnableAdminServer public class SpringBootAdminApplication extends Object
| Constructor and Description |
|---|
SpringBootAdminApplication() |
| Modifier and Type | Method and Description |
|---|---|
FilteringNotifier |
filteringNotifier(Notifier delegate) |
LoggingNotifier |
loggerNotifier() |
static void |
main(String[] args) |
void |
remind() |
RemindingNotifier |
remindingNotifier() |
public static void main(String[] args)
@Bean @Primary public RemindingNotifier remindingNotifier()
@Scheduled(fixedRate=1000L) public void remind()
@Bean public FilteringNotifier filteringNotifier(Notifier delegate)
@Bean public LoggingNotifier loggerNotifier()
Copyright © 2017 codecentric AG. All rights reserved.