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

cn.bootx.platform.starter.file.FileAutoConfiguration Maven / Gradle / Ivy

The newest version!
package cn.bootx.platform.starter.file;

import org.apache.ibatis.annotations.Mapper;
import org.dromara.x.file.storage.spring.EnableFileStorage;
import org.mybatis.spring.annotation.MapperScan;
import org.springframework.boot.autoconfigure.AutoConfiguration;
import org.springframework.boot.context.properties.ConfigurationPropertiesScan;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.data.mongodb.repository.config.EnableMongoRepositories;

/**
 * 文件管理
 *
 * @author xxm
 * @since 2022/1/12
 */
@ComponentScan
@ConfigurationPropertiesScan
@EnableMongoRepositories
@EnableFileStorage
@AutoConfiguration
@MapperScan(annotationClass = Mapper.class)
public class FileAutoConfiguration {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy