类 LocalStoreConfiguration
- java.lang.Object
-
- net.risesoft.y9public.config.LocalStoreConfiguration
-
@Configuration(proxyBeanMethods=false) @ConditionalOnProperty(name="y9.feature.file.local.enabled", havingValue="true", matchIfMissing=true) public class LocalStoreConfiguration extends Object本地文件存储配置类- 作者:
- shidaobang
- Date:
- 2024/04/22
-
-
构造器概要
构造器 构造器 说明 LocalStoreConfiguration()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StoreServicelocalStoreService(Y9LocalProperties y9LocalProperties)Y9LocalPropertiesy9LocalProperties()
-
-
-
方法详细资料
-
y9LocalProperties
@Bean public Y9LocalProperties y9LocalProperties()
-
localStoreService
@Bean public StoreService localStoreService(Y9LocalProperties y9LocalProperties)
-
-