Skip to content

Commit 30dd35d

Browse files
committed
Update README.md
1 parent 482f783 commit 30dd35d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# MyBatis JPA Extra
22
**MyBatis JPA Extra**对MyBatis扩展JPA功能
33

4-
1.基于JPA 2.1的注释**简化CUID操作**;
4+
1.JPA 2.1注释**简化CUID操作**;
55

6-
2.用Interceptor实现数据库**SELECT分页查询**;
6+
2.Interceptor实现数据库**SELECT分页查询**;
77

88
3.**链式**Query查询条件构造器;
99

@@ -41,7 +41,7 @@
4141

4242
generator无,根据数据库自动生成方式
4343

44-
## 1、JavaBean JPA注释
44+
## 1、JPA注释
4545

4646
```java
4747

@@ -85,7 +85,7 @@ public class Students extends JpaBaseEntity implements Serializable{
8585
}
8686
```
8787

88-
## 2、CURD、Qruey构造器查询和分页查询
88+
## 2、CURD、Qruey构造器和分页查询
8989

9090
```java
9191
//新增数据

0 commit comments

Comments
 (0)