@Configuration(proxyBeanMethods=false) @ConditionalOnClass(value=com.alipay.sofa.startup.StartupReporter.class) @AutoConfigureBefore(value={com.alipay.sofa.boot.autoconfigure.startup.SofaStartupAutoConfiguration.class,org.springframework.boot.actuate.autoconfigure.startup.StartupEndpointAutoConfiguration.class}) public class StartupEndPointAutoConfiguration extends Object
| Constructor and Description |
|---|
StartupEndPointAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
SofaBootStartupEndPoint |
sofaBootStartupEndPoint(StartupReporter startupReporter) |
@Bean @ConditionalOnMissingBean @ConditionalOnAvailableEndpoint(endpoint=com.alipay.sofa.boot.actuator.startup.SofaBootStartupEndPoint.class) public SofaBootStartupEndPoint sofaBootStartupEndPoint(StartupReporter startupReporter)
Copyright © 2024. All rights reserved.