如何在Spring Boot中禁用某些API的安全性

时间:2016-07-21 15:31:16

标签: spring-security spring-boot

我正在Spring Boot中编写一个应用程序。我正在使用Spring启动默认安全机制。但我想禁用某些端点的安全性,例如monitoringhealthcheck等。

2 个答案:

答案 0 :(得分:3)

您可以在Spring Boot application.properties

中添加以下配置
security.ignored= # Comma-separated list of paths to exclude from the default secured paths

答案 1 :(得分:1)

在application.properties中使用security.ignored = 要忽略的网址路径属性