From 87f3958b758b80225a7ba0b89de9588c953bb2b1 Mon Sep 17 00:00:00 2001 From: "Michael G. Noll" Date: Sun, 8 Sep 2024 13:26:16 +0200 Subject: [PATCH] Document Spring Actuator --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 36422e8..6c561a7 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,9 @@ Features: - Swagger UI and OpenAPI v3 integration via [springdoc](https://springdoc.org/) at endpoints [/swagger-ui/](http://localhost:8123/swagger-ui/) and and [/v3/api-docs](http://localhost:8123/v3/api-docs) +- [Spring Actuator](https://docs.spring.io/spring-boot/reference/actuator/enabling.html) + at endpoint [/actuator](http://localhost:8123/actuator), e.g. for + [healthchecks](http://localhost:8123/actuator/health) - Maven for build management (see [pom.xml](pom.xml)), using [Maven Wrapper](https://github.com/apache/maven-wrapper) - [GitHub Actions workflows](https://github.com/miguno/java-docker-build-tutorial/actions) for