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

运行时报错At least one JPA metamodel must be present!有没有大神解答下

<dependency>
  <groupId>org.springframework.boot</groupId>
  <artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>

<dependency>
  <groupId>mysql</groupId>
  <artifactId>mysql-connector-java</artifactId>
</dependency>



运行报错

https://img1.sycdn.imooc.com//5b446ed500019b3a15740094.jpg



正在回答

2 回答

pom.xml中要加入如下配置

<parent>

    <groupId>org.springframework.boot</groupId>

    <artifactId>spring-boot-starter-parent</artifactId>

    <version>2.0.3.RELEASE</version>

    <relativePath />

</parent>


注意:<parent>是和<dependencies>同级的


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

举报

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

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

进入课程

运行时报错At least one JPA metamodel must be present!有没有大神解答下

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