我在我的应用程序中使用 spring-boot 1.3.1 和 spring-boot-actuator。我spring-boot-starter-parent
在pom.xml
.
为了禁用安全性,我在我的application.yml
.
security:
basic:
enabled: false
management:
security:
enabled: false
它仍然没有禁用基本安全性。当我在本地 tomcat 中启动应用程序时,我在日志文件中看到了默认密码。