Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.

Spring Boot Actuator only exposes the /actuator/health /actuator/info endpoint by default #783

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion alpha/alpha-server/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ management:
endpoints:
web:
exposure:
include: "*"
include: "health,info"
health:
redis:
enabled: false
Expand Down
Loading