Skip to content

Commit 4a0decd

Browse files
committed
首版发布
1 parent e17945c commit 4a0decd

File tree

8 files changed

+22
-5
lines changed

8 files changed

+22
-5
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ Of course, in an extremely high concurrent scenario, the parallel call interface
1515

1616
## Instruction
1717

18+
```xml
19+
<dependency>
20+
<groupId>io.github.lvyahui8</groupId>
21+
<artifactId>spring-boot-data-aggregator-starter</artifactId>
22+
<version>1.0.0-RELEASE</version>
23+
</dependency>
24+
```
25+
1826
- `@DataProvider`: define the data provider
1927
- `@DataConsumer`: define the method parameter dependency type as return the value of other interfaces, the other interface is a @DataProvider
2028
- `@InvokeParameter`: define the method parameter dependency type as the user input value

README_CN.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@
1515

1616
## 使用方法
1717

18+
```xml
19+
<dependency>
20+
<groupId>io.github.lvyahui8</groupId>
21+
<artifactId>spring-boot-data-aggregator-starter</artifactId>
22+
<version>1.0.0-RELEASE</version>
23+
</dependency>
24+
```
25+
1826
- `@DataProvider` 定义数据提供者
1927
- `@DataConsumer` 定义方法参数依赖类型为其他接口返回值, 其他接口是一个`@DataProvider`
2028
- `@InvokeParameter` 定义方法参数依赖类型为用户输入值

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.lvyahui8</groupId>
88
<artifactId>spring-boot-data-aggregator</artifactId>
9-
<version>1.0.0-SNAPSHOT</version>
9+
<version>1.0.0-RELEASE</version>
1010
<modules>
1111
<module>spring-boot-data-aggregator-core</module>
1212
<module>spring-boot-data-aggregator-autoconfigure</module>

spring-boot-data-aggregator-autoconfigure/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>spring-boot-data-aggregator</artifactId>
77
<groupId>io.github.lvyahui8</groupId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>1.0.0-RELEASE</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

spring-boot-data-aggregator-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>spring-boot-data-aggregator</artifactId>
77
<groupId>io.github.lvyahui8</groupId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>1.0.0-RELEASE</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

spring-boot-data-aggregator-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>spring-boot-data-aggregator</artifactId>
77
<groupId>io.github.lvyahui8</groupId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>1.0.0-RELEASE</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

spring-boot-data-aggregator-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>spring-boot-data-aggregator</artifactId>
77
<groupId>io.github.lvyahui8</groupId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>1.0.0-RELEASE</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
provides: spring-boot-data-aggregator-autoconfigure

0 commit comments

Comments
 (0)