For some reason, the documentation on the Spring Data JDBC Extensions website is incorrect (or the distribution is wrong!).
According to this page, you really need to include the dependency you mention.
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jdbc-ext</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
However, if you look at the spring repository for this artifact, it contains a zip file with a release instead of a jar or a pom file.
spring -data-jdbc-ext , .
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jdbc-core</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-oracle</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
Oracle, .
1.1.0.M1 (/ ), spring Data. , 1.0.0.RELEASE, spring Data.