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

cn.iosd.base.s3.service.config.S3ScanConfiguration Maven / Gradle / Ivy

There is a newer version: 2024.1.3.0
Show newest version
package cn.iosd.base.s3.service.config;

import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;

/**
 * @author ok1996
 */
@Configuration
@ComponentScan(value = {"cn.iosd.base.s3.service"})
@ConditionalOnProperty(value = "simple.scan.service.enabled", havingValue = "true", matchIfMissing = true)
public class S3ScanConfiguration {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy