@@ -32,13 +32,13 @@ This application provides a simple UI to administrate Spring Boot applications.
...
@@ -32,13 +32,13 @@ This application provides a simple UI to administrate Spring Boot applications.
## Getting Started
## Getting Started
[A quick guide](http://codecentric.github.io/spring-boot-admin/1.5.3/#getting-started) to get started can be found in our docs.
[A quick guide](http://codecentric.github.io/spring-boot-admin/1.5.4/#getting-started) to get started can be found in our docs.
## Getting Help
## Getting Help
Having trouble with Spring Boot Admin? We’d like to help!
Having trouble with Spring Boot Admin? We’d like to help!
* Check the [reference documentation](http://codecentric.github.io/spring-boot-admin/1.5.3/).
* Check the [reference documentation](http://codecentric.github.io/spring-boot-admin/1.5.4/).
* Ask a question on [stackoverflow.com](http://stackoverflow.com/questions/tagged/spring-boot-admin) - we monitor questions tagged with `spring-boot-admin`.
* Ask a question on [stackoverflow.com](http://stackoverflow.com/questions/tagged/spring-boot-admin) - we monitor questions tagged with `spring-boot-admin`.
...
@@ -47,7 +47,7 @@ Having trouble with Spring Boot Admin? We’d like to help!
...
@@ -47,7 +47,7 @@ Having trouble with Spring Boot Admin? We’d like to help!
* Report bugs with Spring Boot Admin at http://github.com/codecentric/spring-boot-admin/issues.
* Report bugs with Spring Boot Admin at http://github.com/codecentric/spring-boot-admin/issues.
@@ -73,7 +73,7 @@ public class NotifierConfiguration {
...
@@ -73,7 +73,7 @@ public class NotifierConfiguration {
<1> Add the `FilteringNotifier` bean using a delegate (e.g. `MailNotifier` when configured)
<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.
<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).