1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-25 02:27:10 +08:00

Update spring-annotations.md

文字有错
This commit is contained in:
AethLi 2020-06-29 10:16:31 +08:00 committed by GitHub
parent 5a9f2d451c
commit 0498b169d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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