标签: java spring spring-boot spring-security spring-boot-actuator
我想在Spring Boot Actuator和Spring Admin UI中使用比基本身份验证更强的身份验证,因为无需HTTPS即可访问我的应用程序。 docs说:
默认情况下,将使用“基本”身份验证
但是,我还没有发现有关自定义身份验证类型的任何信息。有没有办法做到这一点?据我所知,application.properties中没有相关的属性。我正在使用的Spring Boot版本是1.4.2.RELEASE。
application.properties
谢谢!