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
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
本文标题:FIX-BUG;「Failed to bind properti
本文链接:https://www.haomeiwen.com/subject/yatfpctx.html
网友评论