在Spring boot中如何实现session?
不知道怎么创建session对象,来保存登录的用户信息?
ActionContext.getContext().getSession(); //这种方法好像不行
ServletActionContext.getRequest().getSession(); //也不行
不知道怎么创建session对象,来保存登录的用户信息?
ActionContext.getContext().getSession(); //这种方法好像不行
ServletActionContext.getRequest().getSession(); //也不行
2017-05-19
举报