@Configuration @ImportResource(locations="classpath:services/licenseServiceBootstrapContext.xml") @Import(value=EmbeddedDatabaseAppConfig.class) public class BootstrapAppConfig extends Object
This should contain the ABSOLUTE BARE MINIMUM bean definitions to allow the COnfluence early bootstrap to proceed.
| Constructor and Description |
|---|
BootstrapAppConfig() |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.config.ApplicationConfig |
applicationConfig() |
BootstrapApplicationStartupListener |
bootstrapApplicationStartupListener() |
BootstrapManager |
bootstrapManager() |
ConfluenceSidManager |
bootstrapSidManager() |
ConfluenceLoggingConfigurationListener |
confluenceLoggingConfigurationListener() |
com.atlassian.config.db.HibernateConfig |
hibernateConfig() |
com.atlassian.config.HomeLocator |
homeLocator() |
static org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor |
pluginAvailableBeanExporter() |
@Bean public static org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor pluginAvailableBeanExporter()
@Bean public com.atlassian.config.HomeLocator homeLocator()
@Bean public com.atlassian.config.ApplicationConfig applicationConfig()
@Bean public BootstrapManager bootstrapManager() throws IOException
IOException@Bean
public com.atlassian.config.db.HibernateConfig hibernateConfig()
throws IOException
IOException@Bean public ConfluenceSidManager bootstrapSidManager()
@Bean public BootstrapApplicationStartupListener bootstrapApplicationStartupListener()
@Bean public ConfluenceLoggingConfigurationListener confluenceLoggingConfigurationListener()
Copyright © 2003–2016 Atlassian. All rights reserved.