From 52c5c936d4ebb8ddcb7655e46685a3ebdd85e9f4 Mon Sep 17 00:00:00 2001 From: Stuart MacDonald <32204841+labkey-stuartm@users.noreply.github.com> Date: Tue, 6 Feb 2024 12:56:15 -0800 Subject: [PATCH] update application.props to disable shutdown actuator --- application.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/application.properties b/application.properties index a4b6a05..6a811eb 100644 --- a/application.properties +++ b/application.properties @@ -151,6 +151,7 @@ management.endpoints.web.base-path=/ management.endpoints.enabled-by-default=false management.endpoint.health.enabled=true +management.endpoint.shutdown.enabled=false management.endpoints.web.exposure.include=health management.endpoints.jmx.exposure.exclude=*