类 RestStoreConfiguration
- java.lang.Object
-
- net.risesoft.y9public.config.RestStoreConfiguration
-
@Configuration @ConditionalOnProperty(name="y9.feature.file.rest.enabled", havingValue="true", matchIfMissing=true) public class RestStoreConfiguration extends Object
-
-
构造器概要
构造器 构造器 说明 RestStoreConfiguration()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StoreServicerestStoreService(net.risesoft.y9.configuration.feature.file.rest.Y9RestFileProperties y9RestFileProperties)net.risesoft.y9.configuration.feature.file.rest.Y9RestFilePropertiesy9RestFileProperties()
-
-
-
方法详细资料
-
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)
-
-