@ManagementContextConfiguration(value=SAME, proxyBeanMethods=false) @EnableConfigurationProperties(value=org.springframework.boot.autoconfigure.jersey.JerseyProperties.class) @ConditionalOnWebApplication(type=SERVLET) @ConditionalOnClass(value=org.glassfish.jersey.server.ResourceConfig.class) @ConditionalOnMissingClass(value="org.springframework.web.servlet.DispatcherServlet") public class JerseySameManagementContextConfiguration extends java.lang.Object
@ManagementContextConfiguration for Jersey
infrastructure when the management context is the same as the main application context.| Constructor and Description |
|---|
JerseySameManagementContextConfiguration() |