com.cjy.fat.CompentScanInit Maven / Gradle / Ivy
package com.cjy.fat;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
@ComponentScan()
@Configuration
public class CompentScanInit {
}