Spring Data module providing JDBC-based repository support for relational databases.
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jdbc</artifactId>
<version>4.0.4</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Defines a JDBC repository with a custom query method.
Use Spring Data JPA if you need those features.
No dependency data recorded yet.