mirror of
https://gitee.com/dromara/sa-token.git
synced 2025-09-22 20:13:34 +08:00
⚡ 修改readme.md
This commit is contained in:
@@ -17,10 +17,10 @@
|
|||||||
|
|
||||||
|
|
||||||
## 😘 在线资料
|
## 😘 在线资料
|
||||||
- ##### ⚡ [官网首页:http://sa-token.dev33.cn/](http://sa-token.dev33.cn/)
|
- ##### [官网首页:http://sa-token.dev33.cn/](http://sa-token.dev33.cn/)
|
||||||
- ##### ⚡ [在线文档:http://sa-token.dev33.cn/doc/index.html](http://sa-token.dev33.cn/doc/index.html)
|
- ##### [在线文档:http://sa-token.dev33.cn/doc/index.html](http://sa-token.dev33.cn/doc/index.html)
|
||||||
- ##### ⚡ [需求提交:我们深知一个优秀的项目需要海纳百川,点我在线提交需求](http://sa-app.dev33.cn/wall.html?name=sa-token)
|
- ##### [需求提交:我们深知一个优秀的项目需要海纳百川,点我在线提交需求](http://sa-app.dev33.cn/wall.html?name=sa-token)
|
||||||
- ##### ⚡ [开源不易,求鼓励,点个star吧](https://github.com/click33/sa-token)
|
- ##### [开源不易,求鼓励,点个star吧](https://github.com/click33/sa-token)
|
||||||
|
|
||||||
|
|
||||||
## ⭐ sa-token是什么?
|
## ⭐ sa-token是什么?
|
||||||
|
@@ -17,10 +17,10 @@
|
|||||||
|
|
||||||
|
|
||||||
## 😘 在线资料
|
## 😘 在线资料
|
||||||
- ##### ⚡ [官网首页:http://sa-token.dev33.cn/](http://sa-token.dev33.cn/)
|
- ##### [官网首页:http://sa-token.dev33.cn/](http://sa-token.dev33.cn/)
|
||||||
- ##### ⚡ [在线文档:http://sa-token.dev33.cn/doc/index.html](http://sa-token.dev33.cn/doc/index.html)
|
- ##### [在线文档:http://sa-token.dev33.cn/doc/index.html](http://sa-token.dev33.cn/doc/index.html)
|
||||||
- ##### ⚡ [需求提交:我们深知一个优秀的项目需要海纳百川,点我在线提交需求](http://sa-app.dev33.cn/wall.html?name=sa-token)
|
- ##### [需求提交:我们深知一个优秀的项目需要海纳百川,点我在线提交需求](http://sa-app.dev33.cn/wall.html?name=sa-token)
|
||||||
- ##### ⚡ [开源不易,求鼓励,点个star吧](https://github.com/click33/sa-token)
|
- ##### [开源不易,求鼓励,点个star吧](https://github.com/click33/sa-token)
|
||||||
|
|
||||||
|
|
||||||
## ⭐ sa-token是什么?
|
## ⭐ sa-token是什么?
|
||||||
|
@@ -20,6 +20,14 @@
|
|||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
<nav>
|
<nav>
|
||||||
|
<select onchange="location.href=this.value">
|
||||||
|
<option value="http://sa-token.dev33.cn/doc/index.html">最新版</option>
|
||||||
|
<option value="http://sa-token.dev33.cn/v/v1.4.0/doc/index.html">v1.4.0</option>
|
||||||
|
<option value="http://sa-token.dev33.cn/v/v1.3.0/doc/index.html">v1.3.0</option>
|
||||||
|
<option value="http://sa-token.dev33.cn/v/v1.2.0/doc/index.html">v1.2.0</option>
|
||||||
|
<option value="http://sa-token.dev33.cn/v/v1.1.0/doc/index.html">v1.1.0</option>
|
||||||
|
<option value="http://sa-token.dev33.cn/v/v1.0.0/doc/index.html">v1.0.0</option>
|
||||||
|
</select>
|
||||||
<a href="/">首页</a>
|
<a href="/">首页</a>
|
||||||
<a href="/doc/">文档</a>
|
<a href="/doc/">文档</a>
|
||||||
<a href="http://sa-app.dev33.cn/wall.html?name=sa-token" target="_blank">需求墙</a>
|
<a href="http://sa-app.dev33.cn/wall.html?name=sa-token" target="_blank">需求墙</a>
|
||||||
|
@@ -21,7 +21,7 @@
|
|||||||
- 新增:新增`getSessionByLoginId(Object loginId, boolean isCreate)`方法
|
- 新增:新增`getSessionByLoginId(Object loginId, boolean isCreate)`方法
|
||||||
- 修复:修复文档部分错误,修正群号码
|
- 修复:修复文档部分错误,修正群号码
|
||||||
|
|
||||||
### 2020-5-2 @v1.0.3
|
### 2020-5-2 @v1.3.0
|
||||||
- 新增:新增 `StpUtil.checkLogin()` 方法,更符合语义化的鉴权方法
|
- 新增:新增 `StpUtil.checkLogin()` 方法,更符合语义化的鉴权方法
|
||||||
- 新增:注册拦截器时可设置 `StpLogic` ,方便不同模块不同鉴权方式
|
- 新增:注册拦截器时可设置 `StpLogic` ,方便不同模块不同鉴权方式
|
||||||
- 新增:抛出异常时增加 `loginKey` 区分,方便多账号体系鉴权处理
|
- 新增:抛出异常时增加 `loginKey` 区分,方便多账号体系鉴权处理
|
||||||
@@ -29,11 +29,11 @@
|
|||||||
- 修复:修复文档部分不正确之处
|
- 修复:修复文档部分不正确之处
|
||||||
- 新增:新增文档的友情链接
|
- 新增:新增文档的友情链接
|
||||||
|
|
||||||
### 2020-3-7 @v1.0.2
|
### 2020-3-7 @v1.2.0
|
||||||
- 新增:新增注解式验证,可在路由方法中使用注解进行权限验证
|
- 新增:新增注解式验证,可在路由方法中使用注解进行权限验证
|
||||||
- 参考:[注解式验证](use/at-check)
|
- 参考:[注解式验证](use/at-check)
|
||||||
|
|
||||||
### 2020-2-12 @v1.0.1
|
### 2020-2-12 @v1.1.0
|
||||||
- 修复:修复`StpUtil.getLoginId(T defaultValue)`取值转换错误的bug
|
- 修复:修复`StpUtil.getLoginId(T defaultValue)`取值转换错误的bug
|
||||||
|
|
||||||
### 2020-2-4 @v1.0.0
|
### 2020-2-4 @v1.0.0
|
||||||
|
Reference in New Issue
Block a user