Spring Boot -1.5.3.Release 版本 - 是否启用了安全功能?

Spring Boot -1.5.3.Release Version - Enabled with Security Features?


我为我的项目使用 Spring Boot - 1.5.3.Release 版本。使用来自 spring boot initializer siteActuatorDev-tools plugin 简单地测试了我的演示应用程序。 (因此我不再需要共享我的 POM,因为它是默认设置)。当我启动我的应用程序并尝试达到指标终点 URL 时,我得到这个 401 未授权状态(下图)。

以下选项试图绕过此异常

但是上面的选项不起作用。

问题

请澄清。

来自Spring Boot 1.5 Release Notes

If you’re upgrading a Spring Boot 1.4 application that doesn’t have dependency on Spring Security and you wish to retain open access to your sensitive endpoints you’ll need to set management.security.enabled to false.