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 d474e40

Browse files
committed
update
1 parent 9a414a1 commit d474e40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎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 によって変換されたページ (->オリジナル) /