refactor: SPI 插件目录改为 satoken

This commit is contained in:
click33
2025-02-24 19:48:33 +08:00
parent a97e3f9902
commit c04241d3b3
11 changed files with 68 additions and 8 deletions

View File

@@ -36,10 +36,10 @@
<!-- Sa-Token 权限认证, 在线文档https://sa-token.cc/ -->
<dependency>
<groupId>cn.dev33</groupId>
<artifactId>sa-token-spring-boot-starter</artifactId>
<version>${sa-token.version}</version>
</dependency>
<groupId>cn.dev33</groupId>
<artifactId>sa-token-spring-boot-starter</artifactId>
<version>${sa-token.version}</version>
</dependency>
<dependency>
<groupId>cn.hutool</groupId>

View File

@@ -105,7 +105,7 @@ public class SaTokenConfigure implements WebMvcConfigurer {
.onAfterInstall(SaTokenPluginForJackson.class, plugin -> {
System.out.println("SaTokenPluginForJackson 插件安装后置钩子2...");
})
;
}