• 大小: 23.68MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-06-22
  • 语言: 其他
  • 标签: 资源包  

资源简介

本资源包括MyBatis框架下的各种依赖包,通过本资源,可以快速搭建MyBatis框架。

资源截图

代码片段和文件信息

package cn.itcast.mybatis.domain;

public class Order {

private String oid;
private String oNO;
private Integer oPrice;

private Person p;

/**
 * @return the oid
 */
public final String getOid() {
return oid;
}

/**
 * @param oid the oid to set
 */
public final void setOid(String oid) {
this.oid = oid;
}

/**
 * @return the oNO
 */
public final String getONO() {
return oNO;
}

/**
 * @param ono the oNO to set
 */
public final void setONO(String ono) {
oNO = ono;
}

/**
 * @return the oPrice
 */
public final Integer getOPrice() {
return oPrice;
}

/**
 * @param price the oPrice to set
 */
public final void setOPrice(Integer price) {
oPrice = price;
}

/**
 * @return the p
 */
public final Person getP() {
return p;
}

/**
 * @param p the p to set
 */
public final void setP(Person p) {
this.p = p;
}

}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-02-01 21:38  MyBatis 之 各种依赖包\
     目录           0  2017-02-01 21:37  MyBatis 之 各种依赖包\1-安装包\
     文件      383963  2013-09-15 00:44  MyBatis 之 各种依赖包\1-安装包\mybatis-3.2.2-sources.jar
     文件     2534781  2013-07-27 01:43  MyBatis 之 各种依赖包\1-安装包\mybatis-3.2.2.zip
     文件      503084  2013-07-27 01:43  MyBatis 之 各种依赖包\1-安装包\mybatis-spring-1.2.0-bundle.zip
     文件       47139  2013-02-20 20:58  MyBatis 之 各种依赖包\1-安装包\mybatis-spring-1.2.0-sources.jar
     文件        5479  2014-01-08 08:08  MyBatis 之 各种依赖包\1-安装包\mybatis-spring从1.1升级到1.2所带来的dao层级的编写问题.txt
     目录           0  2017-02-01 21:37  MyBatis 之 各种依赖包\1-安装包\mybatis3.0-jar\
     文件      627106  2013-11-19 15:53  MyBatis 之 各种依赖包\1-安装包\mybatis3.0-jar\mybatis-3.0.3.jar
     文件       31937  2013-11-19 15:53  MyBatis 之 各种依赖包\1-安装包\mybatis3.0-jar\mybatis-spring-1.0.0-RC3.jar
     文件      124478  2013-07-02 09:48  MyBatis 之 各种依赖包\1-结构图.png
     目录           0  2017-02-01 21:37  MyBatis 之 各种依赖包\2-依赖包\
     文件        4467  2013-07-01 21:24  MyBatis 之 各种依赖包\2-依赖包\aopalliance-1.0.jar
     文件       43581  2013-06-29 23:54  MyBatis 之 各种依赖包\2-依赖包\asm-3.3.1.jar
     文件      287192  2013-06-29 23:54  MyBatis 之 各种依赖包\2-依赖包\cglib-2.2.2.jar
     文件     1642154  2013-07-01 22:27  MyBatis 之 各种依赖包\2-依赖包\com.springsource.org.aspectj.weaver-1.6.8.RELEASE.jar
     文件       59590  2013-07-27 02:29  MyBatis 之 各种依赖包\2-依赖包\commons-fileupload-1.2.2.jar
     文件      159509  2013-07-27 02:29  MyBatis 之 各种依赖包\2-依赖包\commons-io-2.0.1.jar
     文件      315805  2013-07-27 02:28  MyBatis 之 各种依赖包\2-依赖包\commons-lang3-3.1.jar
     文件       60686  2013-07-01 21:24  MyBatis 之 各种依赖包\2-依赖包\commons-logging-1.1.1.jar
     文件     1346329  2013-04-25 16:46  MyBatis 之 各种依赖包\2-依赖包\ehcache-core-2.6.5.jar
     文件      931168  2013-07-27 02:30  MyBatis 之 各种依赖包\2-依赖包\freemarker-2.3.19.jar
     文件      614203  2013-07-27 02:27  MyBatis 之 各种依赖包\2-依赖包\javassist-3.11.0.GA.jar
     文件      248994  2013-07-01 22:22  MyBatis 之 各种依赖包\2-依赖包\junit-4.9.jar
     文件      481535  2013-06-29 23:54  MyBatis 之 各种依赖包\2-依赖包\log4j-1.2.16.jar
     文件      699823  2013-07-27 01:44  MyBatis 之 各种依赖包\2-依赖包\mybatis-3.2.2.jar
     文件       10205  2013-11-19 15:42  MyBatis 之 各种依赖包\2-依赖包\mybatis-ehcache-1.0.2.jar
     文件       48783  2013-07-27 01:45  MyBatis 之 各种依赖包\2-依赖包\mybatis-spring-1.2.0.jar
     文件      724225  2013-07-01 22:29  MyBatis 之 各种依赖包\2-依赖包\mysql-connector-java-5.1.10-bin.jar
     文件      227997  2013-07-27 02:26  MyBatis 之 各种依赖包\2-依赖包\ognl-3.0.6.jar
     文件       25689  2013-06-29 23:54  MyBatis 之 各种依赖包\2-依赖包\slf4j-api-1.6.2.jar
............此处省略69个文件信息

评论

共有 条评论