spring boot 整合security 4 怎么设置忽略的静态资源

日期:2022-02-12 22:51:46 人气:1

spring boot 整合security 4 怎么设置忽略的静态资源

@Override
public void configure(WebSecurity web) throws Exception {
web.ignoring().antMatchers("/assets/**","/images/**","/**/*.jsp");
}
@
    A+
热门评论