You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inside your configuration (e.g. application.properties) you also have to define the URL of the Spring Boot Admin Server, e.g.
80
81
```
81
82
spring.boot.admin.url=http://localhost:8080
82
83
```
83
-
For all configuration options see [spring-boot-starter-admin-client](https://github.com/codecentric/spring-boot-admin/tree/master/spring-boot-admin-starter-client/README.md)
84
+
For all configuration options see [spring-boot-admin-starter-client](https://github.com/codecentric/spring-boot-admin/tree/master/spring-boot-admin-starter-client/README.md)
84
85
85
86
##### Discover client applications via DiscoveryClient
86
87
Just add spring-clouds ``@EnableDiscoveryClient`` annotation and include an appropriate implementation (e.g. Eureka) to your classpath.
@@ -100,11 +101,28 @@ public class SpringBootAdminApplication {
See the sample [discovery sample project](https://github.com/codecentric/spring-boot-admin/tree/master/spring-boot-admin-samples/spring-boot-admin-sample-discovery)
107
108
109
+
#### Mail notification on status change
110
+
111
+
Configure a JavaMailSender using spring-boot-starter-mail and set a recipient:
For all configuration options see [spring-boot-admin-server](https://github.com/codecentric/spring-boot-admin/tree/master/spring-boot-admin-server/README.md)
125
+
108
126
109
127
#### Screenshots
110
128
@@ -118,6 +136,11 @@ See the sample [discovery sample project](https://github.com/codecentric/spring-
0 commit comments