instances/*"), HttpMethod.DELETE.toString()), //禁用Spring Boot Admin Client用于(注销)注册的端点的CSRF-Protection new AntPathRequestMatcher(this.adminServer.path("/actuator/**")) )) //对执行器端点禁用CSRF-Protection
.logout().logoutUrl(this.adminContextPath + "/logout").and().csrf() // Enables CSRF-Protection