文件名称:Mybatis Hello World Demo
文件大小:2.11MB
文件格式:ZIP
更新时间:2016-07-31 11:16:32
Mybatis 教程
/** finder.mybatis **/ 1、项目摘要:mybatis hello,world demo 2、开发环境:开发工具-->Myeclipse10.0 java环境-->JDK1.6 数据库环境-->Oracle11g Mybatis版本:3.2.2 log4j版本:1.2.17 3、数据库: oracle默认scott数据库 EMP 表 4、需要的jar包: classes12.jar---------------oracle11g 驱动 log4j-1.2.17.jar------------log4j日志包 mybatis-3.2.2.ja------------mybatis核心包
【文件预览】:
.project
.mymetadata
src
----com()
--------finder()
----mybatis-config.xml(726B)
----log4j.properties(391B)
WebRoot
----WEB-INF()
--------classes()
--------lib()
--------web.xml(404B)
----index.jsp(834B)
----META-INF()
--------MANIFEST.MF(36B)
.myeclipse
.settings
----org.eclipse.wst.jsdt.ui.superType.container(49B)
----org.eclipse.wst.common.project.facet.core.xml(252B)
----org.eclipse.jdt.core.prefs(395B)
----org.eclipse.wst.jsdt.ui.superType.name(6B)
----org.eclipse.wst.common.component(480B)
----.jsdtscope(500B)
.classpath
readme.txt