摘要: 一、前言最近使用Spring里面的依赖注入,比如StudentServiceImple2.java代码:package di.service.imple;import com.mengya.spring.annotation.MyResource;import di.dao.StudentDao;import di.service.StudentService;public class StudentServiceImple2 implements StudentService { @MyResource private StudentDao stuDao; ... 阅读全文
posted @ 2013-11-12 14:11 李秋 阅读(1214) 评论(0) 推荐(0)