生成缩略图;增大图片上传大小限制

This commit is contained in:
LeonardYoung
2021-10-29 21:32:24 +08:00
parent 74967faef3
commit d430360d38
9 changed files with 177 additions and 12 deletions

View File

@ -108,6 +108,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter
"/profile/**"
).permitAll()
.antMatchers("/avue/api/category/list").permitAll()
// .antMatchers("/system/visualImage/link").permitAll() // 测试
.antMatchers("/avue/api/visual/put-file").permitAll()
.antMatchers("/system/visualImage/upload").anonymous()
.antMatchers("/swagger-ui.html").anonymous()