Package net.risesoft.y9public.config
Class 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本地文件存储配置类- Author:
- shidaobang
- Date:
- 2024/04/22
-
-
Constructor Summary
Constructors Constructor Description LocalStoreConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StoreServicelocalStoreService(Y9LocalProperties y9LocalProperties)Y9LocalPropertiesy9LocalProperties()
-
-
-
Method Detail
-
y9LocalProperties
@Bean public Y9LocalProperties y9LocalProperties()
-
localStoreService
@Bean public StoreService localStoreService(Y9LocalProperties y9LocalProperties)
-
-