Commit a57b6937 authored by 扫地僧's avatar 扫地僧

修改上传配置

parent fe673e18
......@@ -16,9 +16,11 @@ sysparam.cache.available=1
spring.jmx.default-domain=store-system
#单个文件大小
spring.http.multipart.maxFileSize=2Mb
#spring.http.multipart.maxFileSize=2Mb
spring.servlet.multipart.max-file-size=4MB
#设置总上传的数据大小
spring.http.multipart.maxRequestSize=20Mb
#spring.http.multipart.maxRequestSize=20Mb
spring.servlet.multipart.max-request-size=10MB
# mybatis 配置文件扫描实体
mybatis.config-location=classpath:mybatis/mybatis-config.xml
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment