mirror of
https://gitee.com/dromara/sa-token.git
synced 2025-04-05 17:37:53 +08:00
refactor: 重构 sa-token-thymeleaf 插件
This commit is contained in:
parent
e5c21b478d
commit
349213032b
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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 -->
|
Loading…
Reference in New Issue
Block a user