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

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 {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy