一、错误信息:

***************************
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

二、解决方法:

原来如下:

SpringBoot项目启动报错:Failed to bind properties under

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