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 {
}