From 0498b169d6bc3c1cdf7863df3ef1e1b8fc934f22 Mon Sep 17 00:00:00 2001 From: AethLi Date: Mon, 29 Jun 2020 10:16:31 +0800 Subject: [PATCH] Update spring-annotations.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 文字有错 --- docs/system-design/framework/spring/spring-annotations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/system-design/framework/spring/spring-annotations.md b/docs/system-design/framework/spring/spring-annotations.md index 388dcd9e..44b98219 100644 --- a/docs/system-design/framework/spring/spring-annotations.md +++ b/docs/system-design/framework/spring/spring-annotations.md @@ -532,7 +532,7 @@ public class GlobalExceptionHandler { `@Entity`声明一个类对应一个数据库实体。 -`@Table` 设置表明 +`@Table` 设置表名 ```java @Entity