FIX-BUG;「Failed to bind properti
2019-09-29 本文已影响0人
WXL_JIANSHU
Failed to bind properties under 'spring.servlet.multipart.max-file-size'
To fix this bug,You just need change Mb to MB;
old:
spring.servlet.multipart.max-request-size=1000Mb
new:
spring.servlet.multipart.max-request-size=1000MB