Skip to content

Commit 1646b29

Browse files
committed
feat: add readiness and liveness endpoints to actuator #28
1 parent 92bcf57 commit 1646b29

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

backend/src/main/resources/application.properties

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ spring.flyway.locations=classpath:db/migration
66
# debug options
77
logging.level.org.flywaydb.core=warn
88

9-
springdoc.api-docs.enabled=false
9+
springdoc.api-docs.enabled=false
10+
11+
management.endpoint.health.probes.enabled=true

0 commit comments

Comments
 (0)