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

com.tlgen.orm.config.ComponentScanConfig Maven / Gradle / Ivy

The newest version!
package com.tlgen.orm.config;

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

@ComponentScan(basePackages = "com.tlgen.orm.utils")
@Configuration
public class ComponentScanConfig {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy