SUPPORT-8438
This commit is contained in:
parent
70e55f8da0
commit
6d123c297f
1 changed files with 3 additions and 3 deletions
|
|
@ -13,11 +13,11 @@ import org.springframework.web.util.IntrospectorCleanupListener;
|
|||
*/
|
||||
public class WebAppInitializer extends AbstractAnnotationConfigDispatcherServletInitializer {
|
||||
|
||||
@Value("${file.config.max_file_size}")
|
||||
@Value("${ervu.fileupload.max_file_size}")
|
||||
private int maxFileSize;
|
||||
@Value("${file.config.max_request_size}")
|
||||
@Value("${ervu.fileupload.max_request_size}")
|
||||
private int maxRequestSize;
|
||||
@Value("${file.config.file_size_threshold}")
|
||||
@Value("${ervu.fileupload.file_size_threshold}")
|
||||
private int fileSizeThreshold;
|
||||
|
||||
public void onStartup(ServletContext servletContext) throws ServletException {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue