SpringSecurity登录时的提示信息显示问题

<!--登录错误提示信息-->
<div class="error_tip" th:if="${param.error}">
<span th:text="${session?.SPRING_SECURITY_LAST_EXCEPTION?.message}" class="help-block" style="color:red;"></span>
</div>
原文地址:https://www.cnblogs.com/brucebai/p/12680447.html