eu.icole.springutils.DockerModuleConfiguration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-utils Show documentation
Show all versions of spring-utils Show documentation
Set of Spring utils enablig Docker/Portainer integration
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