From e1b90bc18a12a6b1991e89f26f8d84fa5b569bf3 Mon Sep 17 00:00:00 2001 From: xuanyiLee <89380523+xuanyiLee@users.noreply.github.com> Date: Tue, 7 Nov 2023 10:34:49 +0800 Subject: [PATCH] Update connect-mo-with-orm.md --- .../connect-mo/java-connect-to-matrixone/connect-mo-with-orm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/MatrixOne/Develop/connect-mo/java-connect-to-matrixone/connect-mo-with-orm.md b/docs/MatrixOne/Develop/connect-mo/java-connect-to-matrixone/connect-mo-with-orm.md index 8c346e69e2..88df422112 100644 --- a/docs/MatrixOne/Develop/connect-mo/java-connect-to-matrixone/connect-mo-with-orm.md +++ b/docs/MatrixOne/Develop/connect-mo/java-connect-to-matrixone/connect-mo-with-orm.md @@ -1,6 +1,6 @@ # 使用 Java ORMs 连接 -除了使用 JDBC 连接 MatrixOne 之外,我们还可以使用对象关系映射 (ORM) 框架连接到 MySQL 数据库。在本篇文档中,介绍了如何使用 Spring Data JPA 和 MyBatis 连接到 MatrixOne。 +除了使用 JDBC 连接 MatrixOne 之外,我们还可以使用对象关系映射 (ORM) 框架连接到 MatrixOne 数据库。在本篇文档中,介绍了如何使用 Spring Data JPA 和 MyBatis 连接到 MatrixOne。 ## MyBatis