This commit is contained in:
RuoYi
2018-10-03 23:11:09 +08:00
parent c85f36fa1f
commit 5e5c21e14f
139 changed files with 339 additions and 263 deletions

View File

@ -15,7 +15,6 @@ import com.ruoyi.framework.config.RuoYiConfig;
*/
public class FileUploadUtils
{
/**
* 默认大小 50M
*/
@ -159,5 +158,4 @@ public class FileUploadUtils
throw new FileSizeLimitExceededException("not allowed upload upload", size, DEFAULT_MAX_SIZE);
}
}
}