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