Skip to content

Commit 0cb9d1b

Browse files
Update README.md
1 parent b38fa01 commit 0cb9d1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You use either of the following 2 ways to include `shiro-redis` into your projec
1616
<dependency>
1717
<groupId>org.crazycake</groupId>
1818
<artifactId>shiro-redis</artifactId>
19-
<version>3.2.3</version>
19+
<version>3.3.0</version>
2020
</dependency>
2121
```
2222

@@ -25,10 +25,10 @@ You use either of the following 2 ways to include `shiro-redis` into your projec
2525
2626
## shiro-core/jedis Version Comparison Charts
2727

28-
| shiro-redis | jedis | jedis |
28+
| shiro-redis | shiro | jedis |
2929
| :----------------:| :-------: | :-------: |
3030
| 3.2.3 | 1.3.2 | 2.9.0 |
31-
| 3.3.0(Unrelease) | 1.6.0 | 3.3.0 |
31+
| 3.3.0 | 1.6.0 | 3.3.0 |
3232

3333
# Before use
3434
Here is the first thing you need to know. Shiro-redis needs an id field to identify your authorization object in Redis. So please make sure your principal class has a field which you can get unique id of this object. Please setting this id field name by `cacheManager.principalIdFieldName = <your id field name of principal object>`

0 commit comments

Comments
 (0)