Field error in object 'xxxx' on field 'xxxx': rejected value [20129259128131.jpg]; codes [typeMismatch.xxxx.xxxx,typeMismatch.xxxx,typeMismatch.org.springframework.web.multipart.MultipartFile,typeMismatch]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [xxxx.xxxx,xxxx]; arguments []; default message [shoplogo_]]; default message [Failed to convert property value of type 'java.lang.String' to required type 'org.springframework.web.multipart.MultipartFile' for property 'shoplogo_'; nested exception is java.lang.IllegalStateException: Cannot convert value of type [java.lang.String] to required type [org.springframework.web.multipart.MultipartFile] for property 'shoplogo_': no matching editors or conversion strategy found]



出现类似错误,检查form表单属性是否写上enctype="multipart/form-data"。

 

相关文章:

  • 2021-10-01
  • 2021-08-06
  • 2021-10-28
  • 2022-12-23
  • 2021-09-12
  • 2022-12-23
  • 2022-12-23
  • 2021-05-24
猜你喜欢
  • 2021-12-13
  • 2022-01-18
  • 2021-06-30
  • 2021-12-23
  • 2022-12-23
相关资源
相似解决方案