package cn.dreampie.config; import org.springframework.context.annotation.ComponentScan; import org.springframework.context.annotation.Configuration; /** * @author Dreampie * @date 2015-10-08 * @what */ @Configuration @ComponentScan(basePackages = {"cn.dreampie.service"}) public class HelloApp { }