摘要: springmvc 应用实例今天学习,网上好多实例,好多照着坐下来都报错,找了好多资料,总算是搞出来了,方面以后更多的人学习,这里贴出全部代码.与同仁共同交流.项目结构图:应用实体View Code package com.icreate.entity;import java.io.Serializable;/** * * * @version : 1.0 * * @author : 苏若年 <a href="mailto:DennisIT@163.com">发送邮件</a> * * @since : 1.0 创建时间: ... 阅读全文
posted @ 2013-04-10 19:24 苏二 阅读(1712) 评论(1) 推荐(0) 编辑
摘要: Spring+mybatis整合实例应用项目结构图(Spring3.0.2+mybatis3.0.4)方案一:通过配置文件整合Spring和mybatis应用数据库----数据库 tb_user--drop table if exists tb_user;create table tb_user( id int primary key auto_increment comment '主键', username varchar(40) not null unique comment '用户名', password varchar(40) not null comm 阅读全文
posted @ 2013-04-10 19:09 苏二 阅读(12478) 评论(7) 推荐(2) 编辑