Skip to content

Commit

Permalink
1.1.2修复MD5校验密码不正确问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Sober committed Mar 5, 2020
1 parent b2b01f1 commit 463a23b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ Hoop是一个基于Spring boot的controller层接口级权限拦截框架
- 采用jwt服务端无需存储登录状态
- 提供多种密码加密方式
## pom
- 注:1.1.1版本bug已修复,1.1.1不建议使用
```text
<dependency>
<groupId>top.qingxing</groupId>
<artifactId>hoop</artifactId>
<version>1.0.0</version>
<version>1.1.2</version>
</dependency>
```
## Hoop的繁衍开源项目
Expand Down

0 comments on commit 463a23b

Please sign in to comment.