Spring Boot Actuator: What to Expose, What to Hide, and What to Check Before Adding Endpoints

There's a configuration that shows up in almost every Spring Boot tutorial, and people copy it without really reading it:

management:

endpoints:

web: