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"})
@Import({BootstrapCommonAppConfig.class,PackageScannerConfigurationAppConfig.class,JohnsonAppConfig.class,StrutsBootstrapBeans.class})
public class BootstrapAppConfig
extends Object
Configures the beans of the bootstrap spring context.
- Since:
- 5.10
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BootstrapAppConfig
public BootstrapAppConfig()
-