Skip to content

Commit 4e7bfd6

Browse files
authored
MangToMang修正为ManyToMany
1 parent 8913cb3 commit 4e7bfd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/system-design/framework/spring/spring-common-annotations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ public interface UserRepository extends JpaRepository<User, Integer> {
791791
- `@OneToOne` 声明一对一关系
792792
- `@OneToMany` 声明一对多关系
793793
- `@ManyToOne` 声明多对一关系
794-
- `@MangToMang` 声明多对多关系
794+
- `@ManyToMany` 声明多对多关系
795795

796796
更多关于 Spring Boot JPA 的文章请看我的这篇文章:[一文搞懂如何在 Spring Boot 正确中使用 JPA](https://mp.weixin.qq.com/s?__biz=Mzg2OTA0Njk0OA==&mid=2247485689&idx=1&sn=061b32c2222869932be5631fb0bb5260&chksm=cea24732f9d5ce24a356fb3675170e7843addbfcc79ee267cfdb45c83fc7e90babf0f20d22e1&token=292197051&lang=zh_CN#rd) 。
797797

0 commit comments

Comments
 (0)