|
@@ -1,4 +1,4 @@
|
|
|
-package com.fs.web.core.config;
|
|
|
+package com.fs.core.config;
|
|
|
|
|
|
import org.springframework.context.annotation.Bean;
|
|
|
import org.springframework.context.annotation.Configuration;
|
|
@@ -16,7 +16,7 @@ public class UploadConfig {
|
|
|
resolver.setResolveLazily(true);
|
|
|
resolver.setMaxInMemorySize(40960);
|
|
|
//上传文件大小 100M 100*1024*1024
|
|
|
- resolver.setMaxUploadSize(100 * 1024 * 1024);
|
|
|
+ resolver.setMaxUploadSize(200 * 1024 * 1024);
|
|
|
return resolver;
|
|
|
}
|
|
|
}
|