All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.yanshenwei.cos.config.CosAutoConfiguration Maven / Gradle / Ivy

There is a newer version: 1.0.4
Show newest version
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