Skip to content

Commit 2424206

Browse files
authored
Merge pull request #16 from lvyahui8/develop
Develop merge into master
2 parents 36d5ca7 + 7d5fdcf commit 2424206

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ io.github.lvyahui8.spring.base-packages=io.github.lvyahui8.spring.example
7272

7373
### 3. 查询
7474

75-
Spring Bean `DataBeanAggregateQueryFacade` 查询指定的数据的门面
75+
通过 `DataFacade.get` 静态门面查询指定数据
7676

7777
## 示例
7878

README_EN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ io.github.lvyahui8.spring.base-packages=io.github.lvyahui8.spring.example
7575

7676
### 3. Query
7777

78-
Spring Bean `dataBeanAggregateQueryFacade` query data facade API
78+
Query the specified data via `DataFacade.get` static facade
7979

8080
## Example
8181

spring-boot-data-aggregator-example/src/main/java/io/github/lvyahui8/spring/example/ExampleApplication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class ExampleApplication {
1919
public static void main(String[] args) throws Exception {
2020
ConfigurableApplicationContext context = null;
2121
try{
22-
context = SpringApplication.run(ExampleApplication.class);
22+
context = SpringApplication.run(ExampleApplication.class,args);
2323
} finally {
2424
if(context != null) {
2525
ExecutorService executorService = (ExecutorService) context.getBean("aggregateExecutorService");

0 commit comments

Comments
 (0)