Skip to content

Commit 741021f

Browse files
AUTO: Sync ScalarDB docs in English to docs site repo (#1003)
Co-authored-by: josh-wong <[email protected]>
1 parent 41d1dda commit 741021f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

versioned_docs/version-3.13/scalardb-sql/spring-data-guide.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ Directly using the ScalarDB API may be difficult because you need to write a lot
1313
The usage of Spring Data JDBC for ScalarDB basically follows [Spring Data JDBC - Reference Documentation](https://docs.spring.io/spring-data/jdbc/docs/3.0.x/reference/html/).
1414
This guide describes several important topics to use Spring Data JDBC for ScalarDB and its limitations.
1515

16+
:::warning
17+
18+
Spring Data JDBC for ScalarDB extends Spring Data JDBC, but full compatibility is not guaranteed. Only the features listed on this page are officially tested and supported.
19+
20+
:::
21+
1622
## Add Spring Data JDBC for ScalarDB to your project
1723

1824
To add the dependencies on Spring Data JDBC for ScalarDB by using Gradle, use the following, replacing `<VERSION>` with the versions of Spring Data JDBC for ScalarDB and the related library, respectively, that you are using:

0 commit comments

Comments
 (0)