Commit 72246d6d by Johnny Lim Committed by Johannes Edmeier

Polish doc

parent 137e2838
......@@ -83,15 +83,15 @@ spring.boot.admin.password
| spring.boot.admin.period
| Interval for repeating the registration (in ms).
| `10.000`
| `10,000`
| spring.boot.admin.connectTimeout
| spring.boot.admin.connect-timeout
| Connect timeout for the registration (in ms).
| `5.000`
| `5,000`
| spring.boot.admin.readTimeout
| spring.boot.admin.read-timeout
| Read timeout for the registration (in ms).
| `5.000`
| `5,000`
| spring.boot.admin.auto-registration
| If set to true the periodic task to register the application is automatically scheduled after the application is ready.
......
......@@ -73,7 +73,7 @@ public class NotifierConfiguration {
<1> Add the `FilteringNotifier` bean using a delegate (e.g. `MailNotifier` when configured)
<2> Add the `RemindingNotifier` as primary bean using the `FilteringNotifier` as delegate.
TIP: This examples combines the reminding and filtering notifiers. This allows you to get notifications after the deployed applications hasn't restarted in a certain amount of time (until the filter expires).
TIP: This example combines the reminding and filtering notifiers. This allows you to get notifications after the deployed application hasn't restarted in a certain amount of time (until the filter expires).
[[mail-notifications]]
==== Mail notifications ====
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment