Skip to content

Commit 5e3610e

Browse files
authored
Update README_CN.md
1 parent 005c837 commit 5e3610e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README_CN.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Spring Boot Data Bean 并发聚合支持
22

3+
[![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.lvyahui8/spring-boot-data-aggregator-starter/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.github.lvyahui8/spring-boot-data-aggregator-starter)
4+
35
## 背景与目的
46

57
在开发后台接口时, 为了开发效率, 我们往往习惯编写串行执行的代码, 去调用不同的接口, 即使这些接口之间并无依赖, 这使得最后开发的接口性能低下, 且数据不方便复用
@@ -148,4 +150,4 @@ Assert.notNull(user.getPosts(),"user posts not null");
148150
## 贡献者
149151

150152
- Feego(lvyauhi8@gmail.com)
151-
- Iris G
153+
- Iris G

0 commit comments

Comments
 (0)