
kim.sesame.framework.web.WebConfiguration Maven / Gradle / Ivy
package kim.sesame.framework.web;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
/**
* 自动扫描
*/
@Configuration
@ComponentScan
public class WebConfiguration {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy