|
|
|
@ -501,7 +501,6 @@ public class SpringApplication {
|
|
|
|
|
/**
|
|
|
|
|
* Called to log startup information, subclasses may override to add additional
|
|
|
|
|
* logging.
|
|
|
|
|
*
|
|
|
|
|
* @param isRoot true if this application is the root of a context hierarchy
|
|
|
|
|
*/
|
|
|
|
|
protected void logStartupInfo(boolean isRoot) {
|
|
|
|
@ -601,7 +600,6 @@ public class SpringApplication {
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* The ResourceLoader that will be used in the ApplicationContext.
|
|
|
|
|
*
|
|
|
|
|
* @return the resourceLoader the resource loader that will be used in the
|
|
|
|
|
* ApplicationContext (or null if the default)
|
|
|
|
|
*/
|
|
|
|
@ -613,7 +611,6 @@ public class SpringApplication {
|
|
|
|
|
* Either the ClassLoader that will be used in the ApplicationContext (if
|
|
|
|
|
* {@link #setResourceLoader(ResourceLoader) resourceLoader} is set, or the context
|
|
|
|
|
* class loader (if not null), or the loader of the Spring {@link ClassUtils} class.
|
|
|
|
|
*
|
|
|
|
|
* @return a ClassLoader (never null)
|
|
|
|
|
*/
|
|
|
|
|
public ClassLoader getClassLoader() {
|
|
|
|
@ -739,7 +736,6 @@ public class SpringApplication {
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Convenient alternative to {@link #setDefaultProperties(Map)}.
|
|
|
|
|
*
|
|
|
|
|
* @param defaultProperties some {@link Properties}
|
|
|
|
|
*/
|
|
|
|
|
public void setDefaultProperties(Properties defaultProperties) {
|
|
|
|
|