Posts by bzani • 111 points
1 post
-
1
votes2
answers3143
viewsA: .antMatchers(). permitAll() does not seem to work
Try it this way @Configuration public class WebSecurity extends WebSecurityConfigurerAdapter { @Override protected void configure(AuthenticationManagerBuilder auth) throws Exception {…