类 RestStoreConfiguration


  • @Configuration
    @ConditionalOnProperty(name="y9.feature.file.rest.enabled",
                           havingValue="true",
                           matchIfMissing=true)
    public class RestStoreConfiguration
    extends Object
    • 构造器详细资料

      • RestStoreConfiguration

        public RestStoreConfiguration()
    • 方法详细资料

      • y9RestFileProperties

        @Bean
        @ConfigurationProperties(prefix="y9.feature.file.rest")
        public net.risesoft.y9.configuration.feature.file.rest.Y9RestFileProperties y9RestFileProperties()
      • restStoreService

        @Bean
        public StoreService restStoreService​(net.risesoft.y9.configuration.feature.file.rest.Y9RestFileProperties y9RestFileProperties)