Package com.atlassian.confluence.setup
Class BootstrapAppConfig
- java.lang.Object
-
- com.atlassian.confluence.setup.BootstrapAppConfig
-
@Configuration @ImportResource(locations={"classpath*:bootstrapContext.xml","classpath:bootstrapHealthCheckContext.xml","classpath:bootstrapInstrumentationContext.xml","classpath:zipkinContext.xml"}) @Import({BootstrapCommonAppConfig.class,PackageScannerConfigurationAppConfig.class,JohnsonAppConfig.class,StrutsAppConfig.class}) public class BootstrapAppConfig extends Object
Configures the beans of the bootstrap spring context.- Since:
- 5.10
- See Also:
ConfluenceAppConfig
,SetupAppConfig