Error creating bean with name ‘PesquisaController’ defined in file [target/classes/br/com/controller/PesquisaController.class]: Unsatisfied dependency
I dont now what I am doing wrong with this project. I am just trying to write a Controller+Service+Repository project. But I cant run my app because of this error: Error creating bean with name ‘pesquisaController’ defined in file [target/classes/br/com/controller/PesquisaController.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with … Read more