标签: java spring spring-boot spring-boot-actuator
在spring boot version 2.0.0.M4中设置属性 endpoints.sensitive 时,我在代码中有以下警告。我现在如何配置它?
答案 0 :(得分:0)
默认情况下,执行器端点暴露在同一端口上 提供常规的HTTP流量。小心不要意外暴露 如果更改management.security.enabled,则会显示敏感信息 属性。
对于2.0.0.M4:Securing endpoints