Spring Boot报错Error creating bean with name 'userRepository': Invocation of init method failed; nested exception

Problem: UserRePository injection creation fails, be sure to check whether all the notes has been marked @

Problems identified: entity classes above under the entity is not annotated

 

 Any entity classes based hibernate must be coupled with @Entity comment!

Guess you like

Origin www.cnblogs.com/my-program-life/p/12079211.html