Failed to bind properties under spring.servlet.multipart.max-file-size to org.springframework.util

前言:在使用Spring Boot2.0+版本时,配置了文件上传的yml,启动时报错如图一所示

完成目标:
1、无法启动项目报错

2、maven配置截图

3、解决方案

一、错误信息:

Description:

Failed to bind properties under ‘spring.servlet.multipart.max-file-size’ to org.springframework.util.unit.DataSize:

Property: spring.servlet.multipart.max-file-size
Value: 30mb
Origin: class path resource [application.yml]:22:22
Reason: failed to convert java.lang.String to org.springframework.util.unit.DataSize

Action:

Update your application’s configuration

图一:
在这里插入图片描述

二、maven配置截图

在这里插入图片描述

三、解决方案

spring:
servlet:
multipart:
max-file-size: 30mb
max-request-size: 30mb

改为

spring:
servlet:
multipart:
max-file-size: 30MB
max-request-size: 30MB

在这里插入图片描述

好了,这样就解决了~

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值