Skip to content

Commit 019fa61

Browse files
committed
update readme
1 parent bb3d492 commit 019fa61

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
## 使用方法
4444

45-
### 配置
45+
### 1. 配置
4646

4747
pom.xml
4848

@@ -61,13 +61,13 @@ application.properties
6161
io.github.lvyahui8.spring.base-packages=io.github.lvyahui8.spring.example
6262
```
6363

64-
### 添加注解
64+
### 2. 添加注解
6565

6666
- `@DataProvider` 定义数据提供者
6767
- `@DataConsumer` 定义方法参数依赖类型为其他接口返回值, 其他接口是一个`@DataProvider`
6868
- `@InvokeParameter` 定义方法参数依赖类型为用户输入值
6969

70-
### 查询
70+
### 3. 查询
7171

7272
Spring Bean `DataBeanAggregateQueryFacade` 查询指定的数据的门面
7373

README_EN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Of course, in an extremely high concurrent scenario, the parallel call interface
4343

4444
## Getting Started
4545

46-
### Configuration
46+
### 1. Configuration
4747

4848
pom.xml
4949

@@ -62,15 +62,15 @@ application.properties
6262
io.github.lvyahui8.spring.base-packages=io.github.lvyahui8.spring.example
6363
```
6464

65-
### Annotation
65+
### 2. Annotation
6666

6767
- `@DataProvider`: define the data provider
6868

6969
- `@DataConsumer`: define the method parameter dependency type as return the value of other interfaces, the other interface is a `@DataProvider`
7070

7171
- `@InvokeParameter`: define the method parameter dependency type as the user input value
7272

73-
### Query
73+
### 3. Query
7474

7575
Spring Bean `dataBeanAggregateQueryFacade` query data facade API
7676

0 commit comments

Comments
 (0)