We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0ec571 commit 85befdfCopy full SHA for 85befdf
spring-boot-samples/spring-boot-sample-webflux/src/main/java/sample/webflux/SampleWebFluxApplication.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2012-2019 the original author or authors.
+ * Copyright 2012-2020 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -29,7 +29,7 @@
29
public class SampleWebFluxApplication {
30
31
public static void main(String[] args) {
32
- SpringApplication.run(SampleWebFluxApplication.class);
+ SpringApplication.run(SampleWebFluxApplication.class, args);
33
}
34
35
@Bean
0 commit comments