后台
RedirectAttributes redirectAttributes参数
redirectAttributes.addFlashAttribute("message", "未知账户");
前台themeleaf
<span th:text="${username}"></span>
Posted jack_zou2018
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了重定向后台给前台传数据相关的知识,希望对你有一定的参考价值。
后台
RedirectAttributes redirectAttributes参数
redirectAttributes.addFlashAttribute("message", "未知账户");
前台themeleaf
<span th:text="${username}"></span>
以上是关于重定向后台给前台传数据的主要内容,如果未能解决你的问题,请参考以下文章