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

templates.config.ftl Maven / Gradle / Ivy

There is a newer version: 3.0-alpha.47
Show newest version
package ${pkgName};

import io.mateu.ReferenceForPackageScanning;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;

@Configuration
@ComponentScan(basePackageClasses = ReferenceForPackageScanning.class)
public class ${simpleClassName}Config {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy