Senhores,Bom dia.
Estou com um problema parecido com o desse tópico: https://cursos.alura.com.br/forum/topico-spring-nao-converte-multipartfile-para-string-43845
Tentei resolver o problema da mesma forma e não obtive sucesso. O erro é o seguinte:
magem do Produto Failed to convert property value of type org.springframework.web.multipart.support.StandardMultipartHttpServletRequest$StandardMultipartFile to required type java.lang.String for property imagemDoProduto; nested exception is java.lang.IllegalStateException: Cannot convert value of type [org.springframework.web.multipart.support.StandardMultipartHttpServletRequest$StandardMultipartFile] to required type [java.lang.String] for property imagemDoProduto: no matching editors or conversion strategy found
Código : https://gist.github.com/Pietrz/cfb0c2daa2af8aae776871978f49cf9a
Alguma idéia do pq isso ocorre?