refactor: 重构 sa-token-thymeleaf 插件

This commit is contained in:
click33 2025-02-22 17:06:58 +08:00
parent e5c21b478d
commit 349213032b
7 changed files with 4 additions and 4 deletions

View File

@ -156,7 +156,7 @@
</dependency>
<dependency>
<groupId>cn.dev33</groupId>
<artifactId>sa-token-dialect-thymeleaf</artifactId>
<artifactId>sa-token-thymeleaf</artifactId>
<version>${revision}</version>
</dependency>
<dependency>

View File

@ -30,7 +30,7 @@
<module>sa-token-redisson-jackson</module>
<module>sa-token-redisson-jackson2</module>
<module>sa-token-redisx</module>
<module>sa-token-dialect-thymeleaf</module>
<module>sa-token-thymeleaf</module>
<module>sa-token-freemarker</module>
<module>sa-token-sso</module>
<module>sa-token-oauth2</module>

View File

@ -13,8 +13,8 @@
<packaging>jar</packaging>
<name>sa-token-dialect-thymeleaf</name>
<artifactId>sa-token-dialect-thymeleaf</artifactId>
<description>sa-token-dialect-thymeleaf</description>
<artifactId>sa-token-thymeleaf</artifactId>
<description>sa-token-thymeleaf</description>
<dependencies>
<!-- sa-token-spring-boot-starter -->