Skip to content

Commit 85befdf

Browse files
committed
Polish
1 parent f0ec571 commit 85befdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot-samples/spring-boot-sample-webflux/src/main/java/sample/webflux/SampleWebFluxApplication.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2019 the original author or authors.
2+
* Copyright 2012-2020 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -29,7 +29,7 @@
2929
public class SampleWebFluxApplication {
3030

3131
public static void main(String[] args) {
32-
SpringApplication.run(SampleWebFluxApplication.class);
32+
SpringApplication.run(SampleWebFluxApplication.class, args);
3333
}
3434

3535
@Bean

0 commit comments

Comments
 (0)