io.github.yanshenwei.cos.config.CosAutoConfiguration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cos-spring-boot-starter Show documentation
Show all versions of cos-spring-boot-starter Show documentation
Third Party Cloud Object Storage
2022-11-10 v1.0.0
alioss v3.15.2
minio v8.4.5
package io.github.yanshenwei.cos.config;
import org.springframework.boot.context.properties.EnableConfigurationProperties;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
/**********************************
* @Author YSW
* @Description
* @Date 2022/11/8 - 15:26
**********************************/
@Configuration
@ComponentScan("io.github.yanshenwei.cos")
@EnableConfigurationProperties(CosConstants.class)
public class CosAutoConfiguration {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy