@Configuration(proxyBeanMethods=false) @AutoConfigureBefore(value=SofaModuleAutoConfiguration.class) @ConditionalOnClass(value={com.alipay.sofa.isle.ApplicationRuntimeModel.class,com.alipay.sofa.startup.StartupReporter.class}) @ConditionalOnProperty(value="com.alipay.sofa.boot.enable-isle", matchIfMissing=true) public class SofaStartupIsleAutoConfiguration extends Object
| Constructor and Description |
|---|
SofaStartupIsleAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
StartupModelCreatingStage |
startupModelCreatingStage(org.springframework.context.ApplicationContext applicationContext,
SofaModuleProperties sofaModuleProperties,
SofaModuleProfileChecker sofaModuleProfileChecker,
StartupReporter startupReporter) |
StartupSpringContextInstallStage |
startupSpringContextInstallStage(org.springframework.context.ApplicationContext applicationContext,
SofaModuleProperties sofaModuleProperties,
StartupReporter startupReporter) |
@Bean @ConditionalOnMissingBean(value=com.alipay.sofa.isle.stage.SpringContextInstallStage.class, search=CURRENT) public StartupSpringContextInstallStage startupSpringContextInstallStage(org.springframework.context.ApplicationContext applicationContext, SofaModuleProperties sofaModuleProperties, StartupReporter startupReporter)
@Bean @ConditionalOnMissingBean(value=com.alipay.sofa.isle.stage.ModelCreatingStage.class, search=CURRENT) public StartupModelCreatingStage startupModelCreatingStage(org.springframework.context.ApplicationContext applicationContext, SofaModuleProperties sofaModuleProperties, SofaModuleProfileChecker sofaModuleProfileChecker, StartupReporter startupReporter)
Copyright © 2023. All rights reserved.