文件名称:maven-mybatis
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2017-04-05
- 文件大小:
- 15kb
- 下载次数:
- 0次
- 提 供 者:
- I**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
利用mybatis框架实现对数据库的基本的增删改查功能,该代码的主要目的是尝试对mybatis的最基本的应用-Use mybatis fr a mework to implement the basic of the to add and delete functions, the main purpose of this code is to try the most basic application of mybatis
(系统自动生成,下载前可以参看下载内容)
下载文件列表
maven-mybatis
.............\.classpath
.............\.project
.............\.settings
.............\.........\org.eclipse.jdt.core.prefs
.............\.........\org.eclipse.m2e.core.prefs
.............\pom.xml
.............\src
.............\...\main
.............\...\....\java
.............\...\....\....\com
.............\...\....\....\...\snail
.............\...\....\....\...\.....\mybatis
.............\...\....\....\...\.....\.......\entity
.............\...\....\....\...\.....\.......\......\User.java
.............\...\....\....\...\.....\.......\......\Users.xml
.............\...\....\resources
.............\...\....\.........\log4j.properties
.............\...\....\.........\mybatis.xml
.............\...\test
.............\...\....\java
.............\...\....\....\com
.............\...\....\....\...\snail
.............\...\....\....\...\.....\mybatis
.............\...\....\....\...\.....\.......\test
.............\...\....\....\...\.....\.......\....\UserTest.java
.............\...\....\resources
.............\target
.............\......\classes
.............\......\.......\com
.............\......\.......\...\snail
.............\......\.......\...\.....\mybatis
.............\......\.......\...\.....\.......\entity
.............\......\.......\...\.....\.......\......\User.class
.............\......\.......\...\.....\.......\......\Users.xml
.............\......\.......\log4j.properties
.............\......\.......\mybatis.xml
.............\......\test-classes
.............\......\............\com
.............\......\............\...\snail
.............\......\............\...\.....\mybatis
.............\......\............\...\.....\.......\test
.............\......\............\...\.....\.......\....\UserTest.class