Class JerseyChildManagementContextConfiguration
java.lang.Object
org.springframework.boot.jersey.autoconfigure.actuate.web.JerseyChildManagementContextConfiguration
@ManagementContextConfiguration(value=CHILD,
proxyBeanMethods=false)
@Import(org.springframework.boot.jersey.autoconfigure.actuate.web.JerseyManagementContextConfiguration.class)
@ConditionalOnWebApplication(type=SERVLET)
@ConditionalOnClass({JerseyApplicationPath.class,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:
- 4.0.0
- Author:
- Madhura Bhave
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JerseyChildManagementContextConfiguration
public JerseyChildManagementContextConfiguration()
-
-
Method Details
-
jerseyApplicationPath
-