zebra-spring-boot-starter-satoken
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.zhanghongbin</groupId> <artifactId>zebra-spring-boot-starter-satoken</artifactId> <version>1.0.5</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>io.github.zhanghongbin</groupId> <artifactId>zebra-spring-boot-parent</artifactId> <version>1.0.5</version> </parent> <groupId>io.github.zhanghongbin</groupId> <artifactId>zebra-spring-boot-starter-satoken</artifactId> <version>1.0.5</version> <licenses> <license> <name>Apache License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0</url> </license> </licenses> <dependencies> <dependency> <groupId>cn.dev33</groupId> <artifactId>sa-token-spring-boot-starter</artifactId> </dependency> <dependency> <groupId>cn.dev33</groupId> <artifactId>sa-token-redis-jackson</artifactId> </dependency> <dependency> <groupId>io.github.zhanghongbin</groupId> <artifactId>zebra-common-util</artifactId> </dependency> <dependency> <groupId>cn.dev33</groupId> <artifactId>sa-token-jwt</artifactId> </dependency> <dependency> <groupId>io.github.zhanghongbin</groupId> <artifactId>zebra-spring-boot-starter-cache</artifactId> </dependency> <dependency> <groupId>com.dtflys.forest</groupId> <artifactId>forest-spring-boot-starter</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-openfeign</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.dubbo</groupId> <artifactId>dubbo-spring-boot-starter</artifactId> <scope>provided</scope> </dependency> </dependencies> </project>