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

com.github.matek2305.dataloader.config.DataLoaderConfiguration Maven / Gradle / Ivy

The newest version!
package com.github.matek2305.dataloader.config;

import com.github.matek2305.dataloader.ContextRefreshedDataLoader;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;

/**
 * Configuration for data loader bean.
 * @see ContextRefreshedDataLoader
 * @author Mateusz Urbański 
 */
@Configuration
@ComponentScan(basePackageClasses = ContextRefreshedDataLoader.class)
public class DataLoaderConfiguration {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy