Skip to content

Commit 040d422

Browse files
committed
StandardServletMultipartResolver is already resolved by org.springframework.boot.autoconfigure.web.servlet.MultipartAutoConfiguration
1 parent 0667c53 commit 040d422

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

grails-plugin-controllers/src/main/groovy/org/grails/plugins/web/controllers/ControllersGrailsPlugin.groovy

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ class ControllersGrailsPlugin extends Plugin {
8181
exceptionMappings = ['java.lang.Exception': '/error']
8282
}
8383

84-
multipartResolver(StandardServletMultipartResolver)
85-
8684
"${CompositeViewResolver.BEAN_NAME}"(CompositeViewResolver)
8785

8886
multipartConfigElement(MultipartConfigElement, uploadTmpDir, maxFileSize, maxRequestSize, fileSizeThreashold)

0 commit comments

Comments
 (0)