From 349213032b4c797630b8670a2bd0b1e24616872b Mon Sep 17 00:00:00 2001
From: click33 <2393584716@qq.com>
Date: Sat, 22 Feb 2025 17:06:58 +0800
Subject: [PATCH] =?UTF-8?q?refactor:=20=E9=87=8D=E6=9E=84=20sa-token-thyme?=
=?UTF-8?q?leaf=20=E6=8F=92=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
sa-token-bom/pom.xml | 2 +-
sa-token-plugin/pom.xml | 2 +-
.../.gitignore | 0
.../pom.xml | 4 ++--
.../cn/dev33/satoken/thymeleaf/dialect/Sa-Token-Dialect.xml | 0
.../cn/dev33/satoken/thymeleaf/dialect/SaTokenDialect.java | 0
.../dev33/satoken/thymeleaf/dialect/SaTokenTagProcessor.java | 0
7 files changed, 4 insertions(+), 4 deletions(-)
rename sa-token-plugin/{sa-token-dialect-thymeleaf => sa-token-thymeleaf}/.gitignore (100%)
rename sa-token-plugin/{sa-token-dialect-thymeleaf => sa-token-thymeleaf}/pom.xml (91%)
rename sa-token-plugin/{sa-token-dialect-thymeleaf => sa-token-thymeleaf}/src/main/java/cn/dev33/satoken/thymeleaf/dialect/Sa-Token-Dialect.xml (100%)
rename sa-token-plugin/{sa-token-dialect-thymeleaf => sa-token-thymeleaf}/src/main/java/cn/dev33/satoken/thymeleaf/dialect/SaTokenDialect.java (100%)
rename sa-token-plugin/{sa-token-dialect-thymeleaf => sa-token-thymeleaf}/src/main/java/cn/dev33/satoken/thymeleaf/dialect/SaTokenTagProcessor.java (100%)
diff --git a/sa-token-bom/pom.xml b/sa-token-bom/pom.xml
index c085d5eb..c1efadc2 100644
--- a/sa-token-bom/pom.xml
+++ b/sa-token-bom/pom.xml
@@ -156,7 +156,7 @@
cn.dev33
- sa-token-dialect-thymeleaf
+ sa-token-thymeleaf
${revision}
diff --git a/sa-token-plugin/pom.xml b/sa-token-plugin/pom.xml
index 68766485..ab93394f 100644
--- a/sa-token-plugin/pom.xml
+++ b/sa-token-plugin/pom.xml
@@ -30,7 +30,7 @@
sa-token-redisson-jackson
sa-token-redisson-jackson2
sa-token-redisx
- sa-token-dialect-thymeleaf
+ sa-token-thymeleaf
sa-token-freemarker
sa-token-sso
sa-token-oauth2
diff --git a/sa-token-plugin/sa-token-dialect-thymeleaf/.gitignore b/sa-token-plugin/sa-token-thymeleaf/.gitignore
similarity index 100%
rename from sa-token-plugin/sa-token-dialect-thymeleaf/.gitignore
rename to sa-token-plugin/sa-token-thymeleaf/.gitignore
diff --git a/sa-token-plugin/sa-token-dialect-thymeleaf/pom.xml b/sa-token-plugin/sa-token-thymeleaf/pom.xml
similarity index 91%
rename from sa-token-plugin/sa-token-dialect-thymeleaf/pom.xml
rename to sa-token-plugin/sa-token-thymeleaf/pom.xml
index 81a72298..89e1c935 100644
--- a/sa-token-plugin/sa-token-dialect-thymeleaf/pom.xml
+++ b/sa-token-plugin/sa-token-thymeleaf/pom.xml
@@ -13,8 +13,8 @@
jar
sa-token-dialect-thymeleaf
- sa-token-dialect-thymeleaf
- sa-token-dialect-thymeleaf
+ sa-token-thymeleaf
+ sa-token-thymeleaf
diff --git a/sa-token-plugin/sa-token-dialect-thymeleaf/src/main/java/cn/dev33/satoken/thymeleaf/dialect/Sa-Token-Dialect.xml b/sa-token-plugin/sa-token-thymeleaf/src/main/java/cn/dev33/satoken/thymeleaf/dialect/Sa-Token-Dialect.xml
similarity index 100%
rename from sa-token-plugin/sa-token-dialect-thymeleaf/src/main/java/cn/dev33/satoken/thymeleaf/dialect/Sa-Token-Dialect.xml
rename to sa-token-plugin/sa-token-thymeleaf/src/main/java/cn/dev33/satoken/thymeleaf/dialect/Sa-Token-Dialect.xml
diff --git a/sa-token-plugin/sa-token-dialect-thymeleaf/src/main/java/cn/dev33/satoken/thymeleaf/dialect/SaTokenDialect.java b/sa-token-plugin/sa-token-thymeleaf/src/main/java/cn/dev33/satoken/thymeleaf/dialect/SaTokenDialect.java
similarity index 100%
rename from sa-token-plugin/sa-token-dialect-thymeleaf/src/main/java/cn/dev33/satoken/thymeleaf/dialect/SaTokenDialect.java
rename to sa-token-plugin/sa-token-thymeleaf/src/main/java/cn/dev33/satoken/thymeleaf/dialect/SaTokenDialect.java
diff --git a/sa-token-plugin/sa-token-dialect-thymeleaf/src/main/java/cn/dev33/satoken/thymeleaf/dialect/SaTokenTagProcessor.java b/sa-token-plugin/sa-token-thymeleaf/src/main/java/cn/dev33/satoken/thymeleaf/dialect/SaTokenTagProcessor.java
similarity index 100%
rename from sa-token-plugin/sa-token-dialect-thymeleaf/src/main/java/cn/dev33/satoken/thymeleaf/dialect/SaTokenTagProcessor.java
rename to sa-token-plugin/sa-token-thymeleaf/src/main/java/cn/dev33/satoken/thymeleaf/dialect/SaTokenTagProcessor.java