Spring Boot报错Error creating bean with name 'userRepository': Invocation of init method faile

Posted 红尘年少

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Spring Boot报错Error creating bean with name 'userRepository': Invocation of init method faile相关的知识,希望对你有一定的参考价值。

问题:出现UserRePository注入创建失败,一定先检查所有的@注解是否已经标记

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

 

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

以上是关于Spring Boot报错Error creating bean with name 'userRepository': Invocation of init method faile的主要内容,如果未能解决你的问题,请参考以下文章

Spring Boot报错:Error creating bean with name 'sqlSessionFactory' ...

spring-boot导入redis依赖后报错 Error creating bean with name ‘redisConnectionFactory‘

spring boot 打包报错

Spring Boot 报错:Error creating bean with name 'entityManagerFactory' defined in class path re

使用spring boot 2.1.8生成的maven项目pom.xml第一行报错unknown error

Spring Boot项目Maven Build报错的解决方法