third commit by ailanyin

This commit is contained in:
2022-03-29 11:04:01 +08:00
parent e340066b15
commit 8a1288dee0
63 changed files with 1632 additions and 323 deletions

View File

@ -83,7 +83,8 @@ public class BaseSecurityConfig extends WebSecurityConfigurerAdapter {
@Override
public void configure(WebSecurity webSecurity){
webSecurity.ignoring().antMatchers(
"/ws/asset"
"/ws/asset",
"/hx/storehouse/insert"
);
}