在成功登录后的spring security中如何在jsp页面中打印用户名和姓氏,例如:
sec:authentication property="principal.firstname" 和 sec:authentication property="principal.lastname"
在成功登录后的spring security中如何在jsp页面中打印用户名和姓氏,例如:
sec:authentication property="principal.firstname" 和 sec:authentication property="principal.lastname"