-1
Can anyone help me about the error presented while trying to run the application?
Error:
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'reqSituacaoRecurso': Unsatisfied dependency expressed through field 'reqSituacaoServico'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'reqSituacaoServico': Unsatisfied dependency expressed through field 'reqSituacaoRepositorio'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reqSituacaoRepositorio': Invocation of init method failed; nested exception is java.lang.IllegalArgumentException: Failed to create query for method public abstract java.util.List br.jus.trf5.repositorio.customizado.ReqSituacaoRepositorioCustomizado.filter(java.lang.String,java.lang.Integer,java.lang.String)! No property filter found for type ReqSituacao!
Everything worked out perfect!
– Alex Rocha