Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Error creating bean with name 'movieRepository' defined in com.example.movielens.repository.MovieRepository defined in @EnableJpaRepositories declared on JpaRepositoriesRegistrar.EnableJpaRepositoriesConfiguration: Cannot resolve reference to bean 'jpaMappingContext' while setting bean property 'mappingContext'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jpaMappingContext': Invocation of init method failed; nested exception is org.hibernate.AnnotationException: mappedBy reference an unknown target entity property: com.example.movielens.domain.associativeTable.Ratings.movieid in com.example.movielens.domain.entities.Movies.rates
Advertisement
Add Comment
Please, Sign In to add comment