一、錯誤信息:
***************************
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包的版本。