Skip to content

Commit da15622

Browse files
committed
Polish "Update two references to old APIs in the docs"
See gh-34567
1 parent e447c49 commit da15622

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/asciidoc/data

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/data/sql.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ For more advanced queries, a `@Query` annotation is provided.
298298

299299
Spring Boot will auto-configure Spring Data's JDBC repositories when the necessary dependencies are on the classpath.
300300
They can be added to your project with a single dependency on `spring-boot-starter-data-jdbc`.
301-
If necessary, you can take control of Spring Data JDBC's configuration by adding the `@EnableJdbcRepositories` annotation or a `AbstractJdbcConfiguration` subclass to your application.
301+
If necessary, you can take control of Spring Data JDBC's configuration by adding the `@EnableJdbcRepositories` annotation or an `AbstractJdbcConfiguration` subclass to your application.
302302

303303
TIP: For complete details of Spring Data JDBC, see the {spring-data-jdbc-docs}[reference documentation].
304304

0 commit comments

Comments
 (0)