spring-boot怎样获得
1 回答
不负相思意
TA贡献1777条经验 获得超10个赞
具体思路和代码: 这个是保存request和session的类 public class SysContent { private static ThreadLocal requestLocal= new ThreadLocal(); private static ThreadLocal responseLocal= new ThreadLocal();
- 1 回答
- 0 关注
- 599 浏览
添加回答
举报
0/150
提交
取消