增加satoken依赖,增加管理端和客户端鉴权功能

This commit is contained in:
张松
2025-02-07 16:37:13 +08:00
parent c590ea90ab
commit baf51b2d5e
18 changed files with 388 additions and 7 deletions

View File

@@ -0,0 +1,20 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.czg</groupId>
<artifactId>cash-common</artifactId>
<version>1.0.0</version>
</parent>
<name>satoken公共模块</name>
<description>satoken</description>
<artifactId>cash-common-sa-token</artifactId>
<dependencies>
<dependency>
<groupId>cn.dev33</groupId>
<artifactId>sa-token-spring-boot3-starter</artifactId>
</dependency>
</dependencies>
</project>