2020-02-06 00:52:49 +08:00
|
|
|
|
# 下载
|
|
|
|
|
|
|
|
|
|
------
|
|
|
|
|
|
|
|
|
|
## 源码
|
|
|
|
|
你可以通过`github`或者`gitee`来获取源码
|
|
|
|
|
- github地址:[https://github.com/click33/sa-token](https://github.com/click33/sa-token)
|
|
|
|
|
- gitee地址:[https://gitee.com/sz6/sa-token](https://gitee.com/sz6/sa-token)
|
|
|
|
|
- 开源不易,求鼓励,给个star吧
|
|
|
|
|
- 源码目录介绍
|
|
|
|
|
- sa-token-dev: 源码
|
|
|
|
|
- sa-token-demo-springboot: springboot集成示例
|
|
|
|
|
- sa-token-doc: 文档介绍
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2020-02-08 00:54:38 +08:00
|
|
|
|
## jar包下载
|
2020-02-12 02:46:09 +08:00
|
|
|
|
[点击下载:sa-token-1.0.1.jar](https://color-test.oss-cn-qingdao.aliyuncs.com/sa-token/sa-token-1.0.1.jar)
|
2020-02-08 00:54:38 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## maven依赖
|
|
|
|
|
``` xml
|
|
|
|
|
<!-- sa-token 权限认证, 在线文档:http://sa-token.dev33.cn/ -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>cn.dev33</groupId>
|
|
|
|
|
<artifactId>sa-token</artifactId>
|
2020-02-12 02:46:09 +08:00
|
|
|
|
<version>1.0.1</version>
|
2020-02-08 00:54:38 +08:00
|
|
|
|
</dependency>
|
|
|
|
|
```
|
2020-02-06 00:52:49 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|