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

eu.icole.springutils.DockerModuleConfiguration Maven / Gradle / Ivy

The newest version!
package eu.icole.springutils;

import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;

@Configuration
@ComponentScan(basePackages = {"eu.icole.springutils"})
public class DockerModuleConfiguration {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy