spring boot 整合security 4 怎么设置忽略的静态资源
spring boot 整合security 4 怎么设置忽略的静态资源
日期:2016-12-27 18:31:42 人气:1
@Override
public void configure(WebSecurity web) throws Exception {
web.ignoring().antMatchers("/assets/**","/images/**","/**/*.jsp");
}
@Override
protected void conf