类 JerseyChildManagementContextConfiguration

java.lang.Object
org.springframework.boot.actuate.autoconfigure.web.jersey.JerseyChildManagementContextConfiguration

@ManagementContextConfiguration(value=CHILD, proxyBeanMethods=false) @Import(org.springframework.boot.actuate.autoconfigure.web.jersey.JerseyManagementContextConfiguration.class) @ConditionalOnWebApplication(type=SERVLET) @ConditionalOnClass(org.glassfish.jersey.server.ResourceConfig.class) @ConditionalOnMissingClass("org.springframework.web.servlet.DispatcherServlet") public class JerseyChildManagementContextConfiguration extends Object
@ManagementContextConfiguration for Jersey infrastructure when a separate management context with a web server running on a different port is required.
从以下版本开始:
2.1.0
作者:
Madhura Bhave
  • 构造器详细资料

    • JerseyChildManagementContextConfiguration

      public JerseyChildManagementContextConfiguration()
  • 方法详细资料