File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
spring-boot-admin-docs/src/main/asciidoc Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ This notifier is useful if you don't want recieve notifications when deploying y
4242.How to configure filtering
4343[source,java,indent=0]
4444----
45- include::{samples-dir}/spring-boot-admin-sample-servlet/src/main/java/de/codecentric/boot/admin/SpringBootAdminServletApplication .java[tags=configuration-filtering-notifier]
45+ include::{samples-dir}/spring-boot-admin-sample-servlet/src/main/java/de/codecentric/boot/admin/NotifierConfig .java[tags=configuration-filtering-notifier]
4646----
4747<1> Add the `FilteringNotifier` bean using a delegate (e.g. `MailNotifier` when configured)
4848<2> Add the `RemindingNotifier` as primary bean using the `FilteringNotifier` as delegate.
You can’t perform that action at this time.
0 commit comments