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