From d84bed033bd122c0b6e251954af96de07742f190 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Mon, 23 Oct 2023 01:01:25 -0700 Subject: [PATCH] Added application properties --- src/main/resources/application.properties | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/main/resources/application.properties diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties new file mode 100644 index 0000000..2ac3e0c --- /dev/null +++ b/src/main/resources/application.properties @@ -0,0 +1,3 @@ +management.endpoints.web.exposure.include=* +management.info.java.enabled=true +management.endpoint.shutdown.enabled=true