Skip to content

Commit

Permalink
Update connect-mo-with-orm.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanyiLee authored Nov 7, 2023
1 parent 6cf9bd0 commit e1b90bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit e1b90bc

Please sign in to comment.