This commit is contained in:
shuzheng 2017-01-04 18:22:07 +08:00
parent 6770d41b91
commit 3854a8b361
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@ import java.util.List;
import java.util.Properties;
/**
* Example类和model类实现序列化插件
* Created by shuzheng on 2017/1/1.
*/
public class SerializablePlugin extends PluginAdapter {

View File

@ -5,7 +5,7 @@ import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
/**
* cookie操作工具
* cookie操作工具
* Created by shuzheng on 2016/12/31.
*/
public class CookieUtil {