Skip to content

Spring Security

Thomas Czogalik edited this page Jan 29, 2021 · 1 revision
  • multiple WebsecurityConfigurerAdapter: each must be estricted to specific URL patterns using RequestMatcher

    http.requestMatchers().antMatchers("/actuator/**")

Clone this wiki locally