首页>代码>springmvc+hibernate+jstl写的完整ssh用户注册,登录demo>/springmvc-user/src/main/java/com/javaniu/module/User.java
package com.javaniu.module; import static javax.persistence.GenerationType.IDENTITY; import java.util.Date; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.Id; import javax.persistence.Table; @Entity @Table(name = "user") public class User { private Long id; private Date createTime; private String name; private String email; private String password; public User() { this.createTime = new Date(); } @Id @GeneratedValue(strategy = IDENTITY) @Column(name = "id", unique = true, nullable = false) public Long getId() { return id; } public void setId(Long id) { this.id = id; } @Column(name = "create_time") public Date getCreateTime() { return this.createTime; } public void setCreateTime(Date createTime) { this.createTime = createTime; } public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getEmail() { return this.email; } public void setEmail(String email) { this.email = email; } public String getPassword() { return this.password; } public void setPassword(String password) { this.password = password; } }
最近下载更多
女王不该在山炮村养花 LV8
2023年4月13日
ming_123_9715 LV23
2022年12月13日
1798139161 LV4
2021年12月5日
lsglsg9 LV23
2021年1月7日
1348654 LV2
2020年6月18日
0011100 LV12
2020年6月10日
体验放地上 LV1
2020年6月9日
hefenyuan91 LV11
2020年6月3日
pmj2510 LV10
2020年5月17日
fgfdgffgf LV12
2020年5月9日
最近浏览更多
普米亚 LV1
6月22日
MuRanstr
2月5日
暂无贡献等级
绿油油
1月24日
暂无贡献等级
WBelong LV8
2023年12月11日
yemmmm666 LV1
2023年6月12日
95959595959 LV13
2023年4月26日
女王不该在山炮村养花 LV8
2023年4月13日
ming_123_9715 LV23
2022年12月13日
qqwerty LV3
2022年12月11日
hjhj2333 LV6
2022年10月6日