一、错误信息:

***************************
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 'spring.servlet.multipart.max-request-size' to org.

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

相关文章:

  • 2021-04-15
  • 2021-10-06
  • 2022-12-23
  • 2022-03-09
  • 2021-07-16
  • 2021-08-02
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-02-16
  • 2021-10-22
  • 2022-02-11
  • 2021-09-30
  • 2021-06-15
相关资源
相似解决方案