package com.up.wechatmetro.domain;
public class User {
private Integer id;
private String userName;
private String password;
private Integer age;
public Integer getId() {
return id;
}
public void setId(Integer id) {
this.id = id;
}
public String getUserName() {
return userName;
}
public void setUserName(String userName) {
this.userName = userName == null ? null : userName.trim();
}
public String getPassword() {
return password;
}
public void setPassword(String password) {
this.password = password == null ? null : password.trim();
}
public Integer getAge() {
return age;
}
public void setAge(Integer age) {
this.age = age;
}
}
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
springmvc+mybatis+maven完整项目代码,麻雀虽小,五脏俱全。该项目可以说是当前目前最主流,性价比最好的web框架了,也就是SSM框,下载后可直接导入eclipse运行,代码中还包含了mybatis自动生成配置文件。珍藏,忍痛奉献,如果你想用ssm框架开发,你一定不会后悔,这里有理想要的全部,包括filter、listener初始化等等。
资源推荐
资源详情
资源评论
收起资源包目录
tjopen.rar (54个子文件)
tjopen
bin
pom.xml 5KB
target
m2e-wtp
web-resources
META-INF
MANIFEST.MF 108B
classes
.settings
org.eclipse.m2e.core.prefs 90B
src
test
java
main
webapp
WEB-INF
web.xml 2KB
views
showUser.jsp 377B
index.jsp 57B
resources
spring-mybatis.xml 3KB
spring-mvc.xml 2KB
jdbc.properties 289B
java
com
up
wechatmetro
dao
UserDao.class 1KB
domain
User.class 2KB
mapping
UserMapper.xml 3KB
controller
UserController.class 2KB
service
UserService.class 636B
impl
UserServiceImpl.class 2KB
.project 764B
pom.xml 5KB
target
test-classes
m2e-wtp
web-resources
META-INF
maven
com.unionpay
uplife
pom.xml 5KB
pom.properties 209B
tjopen
pom.xml 5KB
pom.properties 209B
MANIFEST.MF 108B
classes
spring-mybatis.xml 3KB
spring-mvc.xml 2KB
jdbc.properties 289B
com
up
wechatmetro
dao
UserDao.class 405B
domain
User.class 1KB
mapping
UserMapper.xml 3KB
controller
UserController.class 1KB
service
UserService.class 190B
impl
UserServiceImpl.class 931B
.settings
org.eclipse.m2e.core.prefs 90B
org.eclipse.wst.jsdt.ui.superType.name 6B
org.eclipse.wst.common.project.facet.core.xml 346B
org.eclipse.wst.common.component 659B
org.eclipse.wst.common.project.facet.core.prefs.xml 321B
org.eclipse.wst.jsdt.ui.superType.container 49B
org.eclipse.wst.validation.prefs 50B
.jsdtscope 639B
org.eclipse.jdt.core.prefs 430B
src
test
java
main
webapp
WEB-INF
web.xml 2KB
views
showUser.jsp 377B
index.jsp 57B
resources
spring-mybatis.xml 3KB
spring-mvc.xml 2KB
jdbc.properties 289B
java
com
up
wechatmetro
dao
UserDao.java 361B
domain
User.java 829B
mapping
UserMapper.xml 3KB
controller
UserController.java 768B
service
UserService.java 155B
impl
UserServiceImpl.java 528B
.project 1KB
.classpath 1KB
共 54 条
- 1
资源评论
shamper2
- 粉丝: 1
- 资源: 2
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功