类 HttpExchangesEndpointAutoConfiguration
java.lang.Object
org.springframework.boot.actuate.autoconfigure.web.exchanges.HttpExchangesEndpointAutoConfiguration
@AutoConfiguration(after=HttpExchangesAutoConfiguration.class)
@ConditionalOnAvailableEndpoint(HttpExchangesEndpoint.class)
public class HttpExchangesEndpointAutoConfiguration
extends Object
Auto-configuration
for the
HttpExchangesEndpoint
.- 从以下版本开始:
- 3.0.0
- 作者:
- Phillip Webb
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
HttpExchangesEndpointAutoConfiguration
public HttpExchangesEndpointAutoConfiguration()
-
-
方法详细资料
-
httpExchangesEndpoint
@Bean @ConditionalOnBean(HttpExchangeRepository.class) @ConditionalOnMissingBean public HttpExchangesEndpoint httpExchangesEndpoint(HttpExchangeRepository exchangeRepository)
-