Class JaxRsServerAutoConfiguration


  • @Configuration
    @ConditionalOnWebApplication
    @AutoConfigureBefore(org.apache.cxf.spring.boot.autoconfigure.CxfAutoConfiguration.class)
    @EnableConfigurationProperties(JaxRsProperties.class)
    public class JaxRsServerAutoConfiguration
    extends Object
    Автоматическая конфигурация REST сервисов
    • Constructor Detail

      • JaxRsServerAutoConfiguration

        public JaxRsServerAutoConfiguration​(org.apache.cxf.spring.boot.autoconfigure.CxfProperties cxfProperties,
                                            JaxRsProperties jaxRsProperties)