Class 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.- Since:
- 2.1.0
- Author:
- Madhura Bhave
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
JerseyChildManagementContextConfiguration
public JerseyChildManagementContextConfiguration()
-
-
Method Details
-
jerseyApplicationPath
-