java-tutorials/spring-boot-modules/spring-boot-actuator/README.md

13 lines
496 B
Markdown
Raw Normal View History

2020-07-07 07:18:10 -04:00
## Spring Boot Actuator
This module contains articles about Spring Boot Actuator
### The Course
The "REST With Spring" Classes: http://bit.ly/restwithspring
### Relevant Articles:
2020-07-21 09:01:53 -04:00
- [Liveness and Readiness Probes in Spring Boot](https://www.baeldung.com/spring-liveness-readiness-probes)
- [Custom Information in Spring Boot Info Endpoint](https://www.baeldung.com/spring-boot-info-actuator-custom)
2020-09-16 10:41:20 -04:00
- [Health Indicators in Spring Boot](https://www.baeldung.com/spring-boot-health-indicators)