为了账号安全,请及时绑定邮箱和手机立即绑定

建好Girl类后启动,报错如下

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaAutoConfiguration.class]: Invocation of init method failed; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]


正在回答

3 回答

解决了么,我也遇到这个问题了,不是评论中写的包导错了

0 回复 有任何疑惑可以回复我~

Error creating bean with name 'entityManagerFactory' defined in class path resource

[org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaAutoConfiguration.class]: Invocation of init method failed; nested exception is org.hibernate

你到底怎么解决的?

1 回复 有任何疑惑可以回复我~
#1

慕侠8169409

实体类包导错了,@Id时,应该导入import javax.persistence.*; 而不是import org.springframework.data.annotation.Id;
2017-08-07 回复 有任何疑惑可以回复我~
#2

剑指天涯_mkw3678998 回复 慕侠8169409

还真的是这个原因,谢了
2017-08-10 回复 有任何疑惑可以回复我~
#3

慕后端6538015 回复 慕侠8169409

应该不是这个问题吧,我确实导入的这个包,还是这样的错误
2017-10-07 回复 有任何疑惑可以回复我~

好了,配置里的username: root   写成usernaname了

1 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
2小时学会Spring Boot
  • 参与学习       151599    人
  • 解答问题       1079    个

Spring Boot入门视频教程,你将学会使用Spring Boot快速构建应用程序

进入课程

建好Girl类后启动,报错如下

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信