添加画布配置

This commit is contained in:
xuwenbo
2021-02-02 09:21:36 +08:00
parent 92cd40f8fa
commit 7e4cbfb541
11 changed files with 446 additions and 0 deletions

View File

@ -122,6 +122,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
.antMatchers("/file/**").permitAll()
// 阿里巴巴 druid
.antMatchers("/druid/**").permitAll()
.antMatchers("/api/canvas/**").permitAll()
// 放行OPTIONS请求
.antMatchers(HttpMethod.OPTIONS, "/**").permitAll()