虽然这两个都是继承WebSecurityConfigurerAdapter后重写的方法,但是http.permitAll不会绕开springsecurity的过滤器验证,相当于只是允许该路径通过过滤器,而web.ignoring是直接绕开spring security的所有filter,直接跳过验证。
标签:web,http,SpringBoot,permitAll,ignoring,过滤器,绕开
来源: https://www.cnblogs.com/kitor/p/12820081.html