You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting the following error:
Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [net.petrikainulainen.spring.datajpa.repository.PersonRepository]
It is caused at RepositoryPersonService at line 26-27
Hello,
I am getting the following error:
Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [net.petrikainulainen.spring.datajpa.repository.PersonRepository]
It is caused at RepositoryPersonService at line 26-27
@resource
private PersonRepository personRepository;
The bean with concrete class of interface PersonRepository is available in the Bean-container.
The text was updated successfully, but these errors were encountered: