package cn.xdl.test;
import java.util.List;
import javax.annotation.Resource;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
import cn.xdl.dao.DeptDao;
import cn.xdl.entity.Dept;
@RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration(locations={
"classpath:spring-mvc.xml","classpath:applicationContext.xml"})
public class TestDeptDao {
@Resource
private DeptDao deptDao;
@Test
public void test1(){
List<Dept> list = deptDao.findAll();
for(Dept dept:list){
System.out.println(dept.getDeptno()+" "+dept.getDname());
}
}
}
没有合适的资源?快使用搜索试试~ 我知道了~
资源推荐
资源详情
资源评论
收起资源包目录
spring.zip (26个子文件)
spring
orm
spring-orm-4.1.6.RELEASE.jar 367KB
dao
spring-tx-4.1.6.RELEASE.jar 247KB
spring-jdbc-4.1.6.RELEASE.jar 417KB
test
spring-test-4.1.6.RELEASE.jar 491KB
TestDeptDao.java 727B
spring-framework-4.1.6.RELEASE-dist.zip 60.13MB
mvc
spring-webmvc-4.1.6.RELEASE.jar 762KB
spring-web-4.1.6.RELEASE.jar 702KB
applicationContext.xml 2KB
aop
aopalliance.jar 4KB
spring-aop-4.1.6.RELEASE.jar 351KB
spring-aspects-4.1.6.RELEASE.jar 55KB
aspectjweaver.jar 1.47MB
json
jackson-core-2.4.1.jar 220KB
jackson-annotations-2.4.1.jar 38KB
jackson-databind-2.4.1.jar 1.02MB
ioc
commons-logging.jar 59KB
spring-core-4.1.6.RELEASE.jar 984KB
spring-context-4.1.6.RELEASE.jar 1002KB
spring-expression-4.1.6.RELEASE.jar 253KB
spring-beans-4.1.6.RELEASE.jar 692KB
task
spring-support-2.0.6.jar 114KB
data
mongo
spring-data-mongodb-1.4.2.RELEASE.jar 456KB
spring-data-commons-1.7.2.RELEASE.jar 403KB
redis
spring-redis.xml 2KB
spring-data-redis-1.6.2.RELEASE.jar 683KB
共 26 条
- 1
资源评论
biuaxia
- 粉丝: 6
- 资源: 1
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功