Estou na aula 9 de spring, mas não estou conseguindo fazer o upload. O professor diz para criar um atributo
private String sumarioPath;
Para gravar somente o caminho do arquivo, mas o Spring está exigindo uma variável para sumario.
O erro é:
org.springframework.beans.NotReadablePropertyException: Invalid property 'sumario' of bean class [br.com.casadocodigo.loja.models.Produto]: Bean property 'sumario' is not readable or has an invalid getter method: Does the return type of the getter match the parameter type of the setter?
O que eu tenho que fazer agora?
Eu já tentei adicionar a propriedade sumario em Produto, mas não sei o tipo correto.