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

com.zoi7.file.uploader.FileConfiguration Maven / Gradle / Ivy

package com.zoi7.file.uploader;

import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.PropertySource;
import org.springframework.data.mongodb.repository.config.EnableMongoRepositories;

/**
 * @author yjy
 * 2018-11-21 11:40
 */
@Configuration
@ComponentScan("com.zoi7.file.uploader")
@PropertySource("classpath:mongo.properties")
@EnableMongoRepositories("com.zoi7.file.uploader")
public class FileConfiguration {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy