parent
b616e9fdc4
commit
77bf3ad90e
|
@ -192,7 +192,7 @@ public class SpringApplication {
|
||||||
private Set<String> profiles = new HashSet<String>();
|
private Set<String> profiles = new HashSet<String>();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Crate a new {@link SpringApplication} instance. The application context will load
|
* Create a new {@link SpringApplication} instance. The application context will load
|
||||||
* beans from the specified sources (see {@link SpringApplication class-level}
|
* beans from the specified sources (see {@link SpringApplication class-level}
|
||||||
* documentation for details. The instance can be customized before calling
|
* documentation for details. The instance can be customized before calling
|
||||||
* {@link #run(String...)}.
|
* {@link #run(String...)}.
|
||||||
|
@ -205,7 +205,7 @@ public class SpringApplication {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Crate a new {@link SpringApplication} instance. The application context will load
|
* Create a new {@link SpringApplication} instance. The application context will load
|
||||||
* beans from the specified sources (see {@link SpringApplication class-level}
|
* beans from the specified sources (see {@link SpringApplication class-level}
|
||||||
* documentation for details. The instance can be customized before calling
|
* documentation for details. The instance can be customized before calling
|
||||||
* {@link #run(String...)}.
|
* {@link #run(String...)}.
|
||||||
|
|
Loading…
Reference in New Issue