@ManagementContextConfiguration(value=CHILD, proxyBeanMethods=false) @Import(value=org.springframework.boot.actuate.autoconfigure.web.jersey.JerseyManagementContextConfiguration.class) @ConditionalOnWebApplication(type=SERVLET) @ConditionalOnClass(value=org.glassfish.jersey.server.ResourceConfig.class) @ConditionalOnMissingClass(value="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.Constructor and Description |
---|
JerseyChildManagementContextConfiguration() |
Modifier and Type | Method and Description |
---|---|
JerseyApplicationPath |
jerseyApplicationPath() |
public JerseyChildManagementContextConfiguration()
@Bean public JerseyApplicationPath jerseyApplicationPath()