クラス JerseyEndpointManagementContextConfiguration

java.lang.ObjectSE
org.springframework.boot.jersey.autoconfigure.actuate.web.JerseyEndpointManagementContextConfiguration

@ManagementContextConfiguration(proxyBeanMethods=false) @ConditionalOnWebApplication(type=SERVLET) @ConditionalOnMissingClass("org.springframework.web.servlet.DispatcherServlet") public class JerseyEndpointManagementContextConfiguration extends ObjectSE
Jetty エンドポイントの場合は @ManagementContextConfiguration
導入:
4.0.0
作成者:
Phillip Webb, Andy Wilkinson, Madhura Bhave