Enhance the query

This commit is contained in:
luchua-bc
2021-03-11 21:41:34 +00:00
parent eeac7e322a
commit c8b1bc3a89
3 changed files with 24 additions and 40 deletions

View File

@@ -5,7 +5,7 @@
# vulnerable configuration (spring boot 1.5+): requires value false to expose sensitive actuators
management.security.enabled=false
# vulnerable configuration (spring boot 2+): exposes health and info only by default
# vulnerable configuration (spring boot 2+): exposes health and info only by default, here overridden to expose everything
management.endpoints.web.exposure.include=*
management.endpoints.web.exposure.exclude=beans