SpringBoot项目启动报错:Failed to bind properties under 'spring.servlet.multipart.max-request-size' to org.


一、错误信息:

***************************
APPLICATION FAILED TO START
***************************

Description:

Failed to bind properties under 'spring.servlet.multipart.max-request-size' to org.springframework.util.unit.DataSize:

    Property: spring.servlet.multipart.max-request-size
    Value: 100Mb
    Origin: class path resource [application-dev.yml]:120:25
    Reason: failed to convert java.lang.String to org.springframework.util.unit.DataSize

Action:

Update your application's configuration

二、解决方法:

原来如下:

只需要将Mb改为MB就可以了,这个问题出现在你可能升级了  spring-boot-starter-parent jar包的版本。


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM