I want to use Spring Boot Actuator to monitor my application in production. I added the dependency but all endpoints are exposed.
How do I:
Log in to add a comment.
Here's how to configure Actuator properly for production:
application.yml:
__CODEBLOCK0
*Security Configuration:*
CODEBLOCK1__
Best Practices: