com.midcu.common.config.CommonAutoConfiguration Maven / Gradle / Ivy
The newest version!
package com.midcu.common.config;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
@Configuration
@ComponentScan(basePackages = "com.midcu.common")
public class CommonAutoConfiguration {
}