You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-docs/src/docs/asciidoc/data/sql.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -298,7 +298,7 @@ For more advanced queries, a `@Query` annotation is provided.
298
298
299
299
Spring Boot will auto-configure Spring Data's JDBC repositories when the necessary dependencies are on the classpath.
300
300
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.
302
302
303
303
TIP: For complete details of Spring Data JDBC, see the {spring-data-jdbc-docs}[reference documentation].
0 commit comments