diff --git a/application-dev.yml b/application-dev.yml
index 55dbe72..93e7093 100644
--- a/application-dev.yml
+++ b/application-dev.yml
@@ -92,3 +92,11 @@ tomcat:
   min-spare-threads: 3
   accept-count: 10
 
+management:
+  endpoints:
+    web:
+      exposure:
+        include: '*'
+  endpoint:
+    health:
+      show-details: ALWAYS
\ No newline at end of file