Skip to content

Commit

Permalink
Document Spring Actuator
Browse files Browse the repository at this point in the history
  • Loading branch information
miguno committed Sep 8, 2024
1 parent 24bac28 commit a6dbc06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/endpoints.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
Expand Down

0 comments on commit a6dbc06

Please sign in to comment.