Maven 错误:关闭持久性单元“默认”的 JPA EntityManagerFactory

问题描述 投票:0回答:1
spring spring-boot jpa jdbc web-applications
1个回答
0
投票

你需要添加这个依赖

<dependency>
  <groupId>org.springframework.boot</groupId>
  <artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>
© www.soinside.com 2019 - 2024. All rights reserved.