增加上传文件限制大小,解决头像无法上传问题

master
panqihua 4 years ago
parent e6a823b93f
commit d5baa78b44
  1. 3
      src/main/resources/application.yaml

@ -20,6 +20,9 @@ spring:
static-path-pattern: /image/**
resources:
static-locations: classpath:/resources/static/image
servlet:
multipart:
max-file-size: 100MB
#邮箱配置
email:

Loading…
Cancel
Save