You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I enabled the production services in our spring boot project and was able to disable all the endpoints except the mappings one. In my application.properties file I set endpoints.mappings.enabled=false and after restarting I can still access /mappings. I even tried setting an ENV property export ENDPOINTS_MAPPINGS_ENABLED=false and restart, but that didn't work either.