public class FunctionalSpringApplication
extends org.springframework.boot.SpringApplication
Modifier and Type | Field and Description |
---|---|
static String |
SPRING_FUNCTIONAL_ENABLED
Flag to say that context is functional beans.
|
static String |
SPRING_WEB_APPLICATION_TYPE
Enumeration of web application types.
|
Constructor and Description |
---|
FunctionalSpringApplication(Class<?>... primarySources) |
Modifier and Type | Method and Description |
---|---|
protected void |
load(org.springframework.context.ApplicationContext context,
Object[] sources) |
static void |
main(String[] args) |
protected void |
postProcessApplicationContext(org.springframework.context.ConfigurableApplicationContext context) |
static org.springframework.context.ConfigurableApplicationContext |
run(Class<?>[] primarySources,
String[] args) |
static org.springframework.context.ConfigurableApplicationContext |
run(Class<?> primarySource,
String... args) |
addInitializers, addListeners, addPrimarySources, afterRefresh, applyInitializers, bindToSpringApplication, configureEnvironment, configureProfiles, configurePropertySources, createApplicationContext, createBeanDefinitionLoader, exit, getAllSources, getApplicationLog, getClassLoader, getInitializers, getListeners, getMainApplicationClass, getResourceLoader, getSources, getWebApplicationType, logStartupInfo, logStartupProfileInfo, refresh, refresh, registerLoggedException, run, setAddCommandLineProperties, setAddConversionService, setAdditionalProfiles, setAllowBeanDefinitionOverriding, setApplicationContextClass, setBanner, setBannerMode, setBeanNameGenerator, setDefaultProperties, setDefaultProperties, setEnvironment, setHeadless, setInitializers, setLazyInitialization, setListeners, setLogStartupInfo, setMainApplicationClass, setRegisterShutdownHook, setResourceLoader, setSources, setWebApplicationType
public static final String SPRING_FUNCTIONAL_ENABLED
public static final String SPRING_WEB_APPLICATION_TYPE
public FunctionalSpringApplication(Class<?>... primarySources)
public static org.springframework.context.ConfigurableApplicationContext run(Class<?> primarySource, String... args)
public static org.springframework.context.ConfigurableApplicationContext run(Class<?>[] primarySources, String[] args)
protected void postProcessApplicationContext(org.springframework.context.ConfigurableApplicationContext context)
postProcessApplicationContext
in class org.springframework.boot.SpringApplication
protected void load(org.springframework.context.ApplicationContext context, Object[] sources)
load
in class org.springframework.boot.SpringApplication
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.