@AutoConfigureBefore(value=org.springframework.boot.actuate.autoconfigure.beans.BeansEndpointAutoConfiguration.class) @AutoConfigureAfter(value=com.alipay.sofa.boot.autoconfigure.isle.SofaModuleAutoConfiguration.class) @Configuration(proxyBeanMethods=false) @ConditionalOnAvailableEndpoint(endpoint=org.springframework.boot.actuate.beans.BeansEndpoint.class) @ConditionalOnClass(value=com.alipay.sofa.isle.ApplicationRuntimeModel.class) @ConditionalOnProperty(value="com.alipay.sofa.boot.enable-isle", matchIfMissing=true) public class IsleBeansEndpointAutoConfiguration extends Object
| Constructor and Description |
|---|
IsleBeansEndpointAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.boot.actuate.beans.BeansEndpoint |
beansEndpoint(org.springframework.context.ConfigurableApplicationContext applicationContext) |
Copyright © 2024. All rights reserved.