Spring Boot Starter Data JPA simplifies database access using Spring Data JPA with Hibernate, providing auto-configuration and repository support.
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
<version>4.0.6</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Defines a JPA repository for User entities.
Use JOIN FETCH or @EntityGraph to eagerly load associations
No dependency data recorded yet.