Spring 包扫描问题 Spring 配置文件中<!-- 使用annotation 自动注册bean,并保证@Required,@Autowired的属性被注入 --><context:component-scan base-package="com.yadragon.lios.core" />