添加 spring-boot-starter-data-jpa
依赖
如果您使用 Maven
添加到 pom.xml
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-jpa</artifactId></dependency>
如果您正在使用 Gradle
add in build.gradle
compile "org.springframework.boot:spring-boot-starter-data-jpa"
其他请参考这个。



