首页>代码>spring整合ehcache的入门级别demo分享,通过junit来测试>/zuidaima_spring-cache-test/src/main/java/com/zuidaima/spring/entity/User.java
package com.zuidaima.spring.entity;

import java.io.Serializable;

public class User implements Serializable {
	private static final long serialVersionUID = -4005919398334834100L;
	private Long id;
	private String username;
	private String email;

	public User() {
	}

	public User(Long id, String username, String email) {
		this.id = id;
		this.username = username;
		this.email = email;
	}

	public Long getId() {
		return id;
	}

	public void setId(Long id) {
		this.id = id;
	}

	public String getUsername() {
		return username;
	}

	public void setUsername(String username) {
		this.username = username;
	}

	public String getEmail() {
		return email;
	}

	public void setEmail(String email) {
		this.email = email;
	}

}
最近下载更多
zzhua195  LV6 2020年4月18日
15088605151@139.com  LV12 2018年11月27日
hellozui  LV10 2018年6月13日
孙启政  LV7 2018年1月26日
15850583289  LV3 2018年1月12日
ttiandy  LV6 2018年1月12日
346058210  LV6 2018年1月11日
罗辉娟  LV12 2018年1月9日
annazhang  LV29 2017年10月7日
SHDAN6  LV6 2017年7月28日
最近浏览更多
lsq54365  LV14 2023年7月10日
微信网友_6145301522206720  LV1 2022年9月23日
and123456  LV11 2022年4月13日
tmdgdx  LV9 2022年4月1日
archerK3  LV8 2020年12月25日
jammes  LV3 2020年6月8日
海汶汐  LV3 2020年6月7日
qwsada123  LV2 2020年5月25日
youwuzuichen  LV10 2020年4月30日
zzhua195  LV6 2020年4月18日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友