Class OssSolutionConfiguration
java.lang.Object
cn.herodotus.oss.solution.configuration.OssSolutionConfiguration
@Configuration(proxyBeanMethods=false)
@EnableConfigurationProperties(OssProxyProperties.class)
@ComponentScan(basePackages="cn.herodotus.oss.solution.service")
public class OssSolutionConfiguration
extends Object
Description: Oss Solution 模块配置
- Author:
- : gengwei.zheng
- Date:
- : 2023/8/19 16:52
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionossPresignedUrlProxy(OssProxyProperties ossProxyProperties) void
-
Constructor Details
-
OssSolutionConfiguration
public OssSolutionConfiguration()
-
-
Method Details
-
postConstruct
@PostConstruct public void postConstruct() -
ossPresignedUrlProxy
-