Skip to content

Commit 0617b65

Browse files
authored
Merge pull request #85 from TAMULib/spring_boot_actuator_health
Added health endpoint for spring boot actuator in yaml file
2 parents 30d5c67 + 4cc06f4 commit 0617b65

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/main/resources/application.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,13 @@ app:
7272
# edu.tamu.weaver.utility.HttpUtility
7373
http.timeout: 10000
7474

75+
# spring-boot actuator endpoint: health set to true
76+
management:
77+
endpoints:
78+
enabled-by-default: false
79+
health:
80+
enabled: true
81+
7582
---
7683
#############################
7784
# Framework auth properties #

0 commit comments

Comments
 (0)