Advertisement
GregLeblanc

Untitled

Nov 18th, 2021
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'mainController': Unsatisfied dependency expressed through field 'certRepository'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'certificationRepository' defined in edu.ohio.inpp.acceleratorOperators.CertificationRepository defined in @EnableJpaRepositories declared on JpaRepositoriesRegistrar.EnableJpaRepositoriesConfiguration: Invocation of init method failed; nested exception is org.springframework.data.repository.query.QueryCreationException: Could not create query for public abstract java.lang.Iterable edu.ohio.inpp.acceleratorOperators.CertificationRepository.findByID(java.lang.Integer)! Reason: Failed to create query for method public abstract java.lang.Iterable edu.ohio.inpp.acceleratorOperators.CertificationRepository.findByID(java.lang.Integer)! No property ID found for type Certification!; nested exception is java.lang.IllegalArgumentException: Failed to create query for method public abstract java.lang.Iterable edu.ohio.inpp.acceleratorOperators.CertificationRepository.findByID(java.lang.Integer)! No property ID found for type Certification!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement