Skip to content

Commit

Permalink
文档内容小修改
Browse files Browse the repository at this point in the history
  • Loading branch information
blinkfox committed May 18, 2020
1 parent ded4878 commit fbaf884
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## 一、特性

- 简单、轻量级、无副作用的集成和使用,jar 包仅 `177 KB`
- 简单、轻量级、无副作用的集成和使用,jar 包仅 `181 KB`
- 作为 JPA 的扩展和增强,兼容 Spring Data JPA 原有功能和各种特性;
- 提供了 `XML`、Java 链式 `API` 和动态条件注解等四种方式来书写动态 SQL;
- `XML` 的方式功能强大,让 SQL 和 Java 代码解耦,易于维护;
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## 特性

- 简单、轻量级、无副作用的集成和使用,jar 包仅 `177 KB`
- 简单、轻量级、无副作用的集成和使用,jar 包仅 `181 KB`
- 作为 JPA 的扩展和增强,兼容 Spring Data JPA 原有功能和各种特性;
- 提供了 `XML`、Java 链式 `API` 和动态条件注解等四种方式来书写动态 SQL;
- `XML` 的方式功能强大,让 SQL 和 Java 代码解耦,易于维护;
Expand Down
2 changes: 1 addition & 1 deletion docs/_coverpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

> 为解决复杂动态 SQL 而生的 Spring Data JPA 扩展库
- 简单、可扩展、轻量级 (~177 KB jar)
- 简单、可扩展、轻量级 (~181 KB jar)
- 可返回任意自定义的实体对象
- 比 MyBatis 更加强大的动态 SQL 能力
- 支持 XML 文件、Java 链式 API、动态注解等四种方式书写动态 SQL
Expand Down

0 comments on commit fbaf884

Please sign in to comment.