update
This commit is contained in:
parent
6770d41b91
commit
3854a8b361
|
@ -8,6 +8,7 @@ import java.util.List;
|
||||||
import java.util.Properties;
|
import java.util.Properties;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Example类和model类实现序列化插件
|
||||||
* Created by shuzheng on 2017/1/1.
|
* Created by shuzheng on 2017/1/1.
|
||||||
*/
|
*/
|
||||||
public class SerializablePlugin extends PluginAdapter {
|
public class SerializablePlugin extends PluginAdapter {
|
||||||
|
|
|
@ -5,7 +5,7 @@ import javax.servlet.http.HttpServletRequest;
|
||||||
import javax.servlet.http.HttpServletResponse;
|
import javax.servlet.http.HttpServletResponse;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* cookie操作工具累
|
* cookie操作工具类
|
||||||
* Created by shuzheng on 2016/12/31.
|
* Created by shuzheng on 2016/12/31.
|
||||||
*/
|
*/
|
||||||
public class CookieUtil {
|
public class CookieUtil {
|
||||||
|
|
Loading…
Reference in New Issue