当前位置: 首页> 娱乐> 明星 > 凡科建站登陆_seminar_爱站网官网查询域名_金华百度seo

凡科建站登陆_seminar_爱站网官网查询域名_金华百度seo

时间:2025/7/13 17:39:24来源:https://blog.csdn.net/m0_69916724/article/details/146137498 浏览次数:1次
凡科建站登陆_seminar_爱站网官网查询域名_金华百度seo
import org.thymeleaf.context.IWebContext;
import org.thymeleaf.context.WebContext;

当你想把页面信息全部获取出来存到redis缓存中使用时,SpringWebContext在Spring5中报错

       SpringWebContext ctx = new SpringWebContext(request, response,request.getServletContext(), request.getLocale(), model.asMap(), applicationContext);

代码报错1,很早版本之前的解决办法如下(SpringWebContext在spring5中过时)

  //手动渲染IWebContext ctx =new WebContext(request,response,request.getServletContext(),request.getLocale(),model.asMap());

但是最新版本仍然报错

根据WebContext提示

 解决办法如下

        IWebContext ctx =new WebContext((IWebExchange) request.getServletContext(),request.getLocale(),Map.of("user",user,"itemList",itemList));

关键字:凡科建站登陆_seminar_爱站网官网查询域名_金华百度seo

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com

责任编辑: