クラス JerseyAutoConfiguration

java.lang.ObjectSE
org.springframework.boot.jersey.autoconfigure.JerseyAutoConfiguration
実装済みのインターフェース一覧:
Aware, ServletContextAware

@AutoConfiguration(afterName="org.springframework.boot.jackson2.autoconfigure.Jackson2AutoConfiguration") @ConditionalOnClass({org.glassfish.jersey.server.spring.SpringComponentProvider.class,ServletRegistrationEE.class}) @ConditionalOnBean(type="org.glassfish.jersey.server.ResourceConfig") @ConditionalOnWebApplication(type=SERVLET) @AutoConfigureOrder(-2147483648) @EnableConfigurationProperties(JerseyProperties.class) public final class JerseyAutoConfiguration extends ObjectSE implements ServletContextAware
Jersey 用の Auto-configuration
導入:
4.0.0
作成者:
Dave Syer, Andy Wilkinson, Edd ú Mel é ndez, Stephane Nicoll