クラス JerseyChildManagementContextConfiguration
java.lang.ObjectSE
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 ObjectSE
別のポートで実行されている Web サーバーで別の管理コンテキストが必要な場合の Jersey インフラストラクチャ用の
@ManagementContextConfiguration。- 導入:
- 4.0.0
- 作成者:
- Madhura Bhave
コンストラクター概要
コンストラクター方法の概要
コンストラクターの詳細
JerseyChildManagementContextConfiguration
public JerseyChildManagementContextConfiguration()
方法の詳細
jerseyApplicationPath