问题发现:entity下的实体类上面没有加注解

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

 

 任何基于hibernate的实体类一定要加上@Entity注解!

相关文章: