
OA
黑色星球
风遇浪,海市蜃楼
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
导包和整合
导包1,新建工程,类型为Web Project,设置默认编码为UTF-8,并创建如下文件夹 1,Source Folder 1,src 项目源码 2,conf 配置文件 3,test 单元测试 2,普通文件夹 1,WebRoot/style css与图片等文件 2,转载 2017-06-06 14:27:48 · 453 阅读 · 0 评论 -
2、测试
spring与Hibernate测试测试服务类,测试事务package cn.itcast.oa.test;import javax.annotation.Resource;import org.hibernate.Session; import org.hibernate.SessionFactory; import org.springframework.stereotype.Service;转载 2017-06-06 14:54:37 · 211 阅读 · 0 评论