com.base4j.mvc.MvcStarter Maven / Gradle / Ivy
package com.base4j.mvc;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
@Configuration
@ComponentScan("com.base4j")
public class MvcStarter {
}