parent
a8788ba62c
commit
57977a654a
|
|
@ -1192,7 +1192,7 @@ public class SpringApplication {
|
||||||
* application sources are defined via a {@literal --spring.main.sources} command line
|
* application sources are defined via a {@literal --spring.main.sources} command line
|
||||||
* argument.
|
* argument.
|
||||||
* <p>
|
* <p>
|
||||||
* Most developers will want to define their own main method can call the
|
* Most developers will want to define their own main method and call the
|
||||||
* {@link #run(Object, String...) run} method instead.
|
* {@link #run(Object, String...) run} method instead.
|
||||||
* @param args command line arguments
|
* @param args command line arguments
|
||||||
* @throws Exception if the application cannot be started
|
* @throws Exception if the application cannot be started
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue