Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2c1aba9

Browse files
committed
Merge branch 'develop'
2 parents 36d5ca7 + 895d1cf commit 2c1aba9

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
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

‎pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ limitations under the License.
3737
<java.version>1.8</java.version>
3838
<maven.compiler.source>${java.version}</maven.compiler.source>
3939
<maven.compiler.target>${java.version}</maven.compiler.target>
40-
<skipTests>true</skipTests>
4140
</properties>
4241

4342
<parent>

‎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)

AltStyle によって変換されたページ (->オリジナル) /