- java.lang.Object
-
- org.springframework.cloud.alicloud.context.oss.OssContextAutoConfiguration
-
@Configuration
@ConditionalOnClass(name="org.springframework.cloud.alicloud.oss.OssAutoConfiguration")
@ConditionalOnProperty(name="spring.cloud.alicloud.oss.enabled",
matchIfMissing=true)
@EnableConfigurationProperties(value=OssProperties.class)
@ImportAutoConfiguration(value=AliCloudContextAutoConfiguration.class)
public class OssContextAutoConfiguration
extends Object
OSS Auto Configuration
- Author:
- Jim, xiaolongzuo
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.