gpt4 book ai didi

spring-security - 如何使用 Thymeleaf 配置 Spring Boot 并使用 sec :authentication tag

转载 作者:行者123 更新时间:2023-12-01 07:36:40 26 4
gpt4 key购买 nike

我为我的应用程序使用 spring-boot 1.2.5 + thymeleaf + spring security。

我需要在我的网站上显示用户名,经过一些研究后,我似乎应该使用如下代码:

<div sec:authentication="name">The value of the "name" property of
the authentication object should appear here.</div>

但是我没有让 Thymeleaf 解析那个标签。请我需要一些帮助:(

最佳答案

如果您正在使用 Spring Boot 并且想使用 sec:authenticationsec:authorize ,不要忘记在你的 pom.xml 中包含依赖

<dependency>
<groupId>org.thymeleaf.extras</groupId>
<artifactId>thymeleaf-extras-springsecurity3</artifactId>
</dependency>

关于spring-security - 如何使用 Thymeleaf 配置 Spring Boot 并使用 sec :authentication tag,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31601734/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com