我有一个没有spring引导的应用程序。我能用吗 thymeleaf-extras-springsecurity5
没有springboot?
如果可以,如何配置它?
我加上了这个依赖,加上 xmlns:sec="http://www.thymeleaf.org/extras/spring-security"
,写道 sec:authorize="isAuthenticated()"
而且它不起作用。
my pom.xml:
<dependency>
<groupId>org.thymeleaf.extras</groupId>
<artifactId>thymeleaf-extras-springsecurity5</artifactId>
<version>3.0.4.RELEASE</version>
</dependency>
form class=“form inline my-2 my-lg-0”form method=“post”th:action=“@{/logout}”
按钮秒:authorize=“isauthenticated()”class=“btn btn大纲危险my-2 my-sm-0 btn sm”type=“submit”注销/按钮
按钮秒:authorize=“isanonymous()”th:href=“@{~/login}”class=“btn btn大纲信息my-2 my-sm-0 btn sm”type=“提交”>登录
暂无答案!
目前还没有任何答案,快来回答吧!