Browse Source

Merge branch '1.4.x' into 1.5.x

pull/8758/head
Stephane Nicoll 9 years ago
parent
commit
c6182d510c
  1. 2
      spring-boot/src/main/java/org/springframework/boot/SpringApplication.java

2
spring-boot/src/main/java/org/springframework/boot/SpringApplication.java

@ -1167,7 +1167,7 @@ public class SpringApplication { @@ -1167,7 +1167,7 @@ public class SpringApplication {
* application sources are defined via a {@literal --spring.main.sources} command line
* argument.
* <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.
* @param args command line arguments
* @throws Exception if the application cannot be started

Loading…
Cancel
Save