我从字面上无法弄清楚,已经经历了十几个答案,但没有一个起作用。停止重定向到登录的确切配置是什么?我宁愿将执行器端点留在安全性后面,但老实说,目前我不在乎任何一种方式,因为我需要此应用程序可用。
答案 0 :(得分:0)
在Spring Boot的reference documentation中有一个所需的配置示例:
@Configuration
public class ActuatorSecurity extends WebSecurityConfigurerAdapter {
@Override
protected void configure(HttpSecurity http) throws Exception {
http.requestMatcher(EndpointRequest.toAnyEndpoint())
.authorizeRequests()
.anyRequest().permitAll();
}
}
答案 1 :(得分:0)
Spring Webflux服务的安全性配置,以允许访问执行器端点:
<ScrollView android:layout_width="match_parent"
android:layout_height="match_parent">
<View android:layout_width="match_parent"
android:layout_height="56dp"/>
</ScrollView>