摘要: 一、通用注解 1、项目结构: 2、新建Person类,注解@Component未指明id,则后期使用spring获取实例对象时使用默认id="person"方式获取或使用类方式获取 package hjp.spring.annotation.commen; import org.springfram 阅读全文
posted @ 2015-09-06 11:34 jiapeng 阅读(268) 评论(0) 推荐(0)