一、spring的几个注解:
1、@Service用于标注业务层组件
2、@Controller用于标注控制层组件(如struts中的action)
3、@Repository用于标注数据访问层组件即DAO组件。
4、@Component泛指组件