refactor: API Key 模块拆分独立插件包:sa-token-apikey

This commit is contained in:
click33
2025-05-15 05:14:59 +08:00
parent 3edac001ce
commit 44c153fd19
30 changed files with 361 additions and 151 deletions

View File

@@ -179,6 +179,11 @@
<artifactId>sa-token-oauth2</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>cn.dev33</groupId>
<artifactId>sa-token-apikey</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>cn.dev33</groupId>
<artifactId>sa-token-quick-login</artifactId>