Skip to content

Commit 005c837

Browse files
authored
Update README.md
1 parent 5022513 commit 005c837

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Spring Boot Data Bean Parallel Aggregation Support
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
## Background and purpose
46

57
When developing the background interface, in order to improve the development efficiency, we often write serial execution codes to call different interfaces, even if there is no dependency among these interfaces, which causes the last developed interface performance is low, and the data is not convenient to reuse.
@@ -146,4 +148,4 @@ As you can see, `user` interface and `posts` interface are executed by the asyn
146148

147149
- Feego (lvyauhi8@gmail.com)
148150

149-
- Iris G
151+
- Iris G

0 commit comments

Comments
 (0)