org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'consultaController': Unsatisfied dependency expressed through field 'agendaDeConsultas': Error creating bean with name 'agendaDeConsultas': Unsatisfied dependency expressed through field 'consultaRepository': Error creating bean with name 'consultaRepository' defined in med.voll.API.domain.consulta.ConsultaRepository defined in @EnableJpaRepositories declared on JpaRepositoriesRegistrar.EnableJpaRepositoriesConfiguration: Could not create query for public abstract java.lang.Boolean med.voll.API.domain.consulta.ConsultaRepository.existsByMedicoIdAndDataAndMotivoCancelamentoIsNull(java.lang.Long,java.time.LocalDateTime); Reason: Failed to create query for method public abstract java.lang.Boolean med.voll.API.domain.consulta.ConsultaRepository.existsByMedicoIdAndDataAndMotivoCancelamentoIsNull(java.lang.Long,java.time.LocalDateTime); No property 'cancelamento' found for type 'String'; Traversed path: Consulta.motivo