1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

Merge pull request #837 from AethLi/patch-1

Update spring-annotations.md
This commit is contained in:
SnailClimb 2020-06-30 21:04:34 +08:00 committed by GitHub
commit 739d9e67e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -532,7 +532,7 @@ public class GlobalExceptionHandler {
`@Entity`声明一个类对应一个数据库实体。
`@Table` 设置表
`@Table` 设置表
```java
@Entity