有没有 idea + spring boot 可以在静态资源修改后自动加载的方案
有没有 idea + spring boot 可以在静态资源修改后自动加载的方案
日期:2022-02-09 03:04:07 人气:1
@Override
public void configure(WebSecurity web) throws Exception {
web.ignoring().antMatchers("/assets/**","/images/**","/**/*.jsp");
}
@
public void configure(WebSecurity web) throws Exception {
web.ignoring().antMatchers("/assets/**","/images/**","/**/*.jsp");
}
@