mirror of
https://gitee.com/jzsw-it/yexuejc-base.git
synced 2025-09-24 14:33:20 +08:00
1.1.9
This commit is contained in:
13
README.md
13
README.md
@@ -3,11 +3,20 @@
|
||||
### 说明
|
||||
>1. 支持环境:java8
|
||||
>2. 该工具包基于springboot提取,按理说适用于所有java工程
|
||||
>3. 其中依赖jjwt、validation-api,但不传递依赖
|
||||
>3. 其中依赖jjwt、validation-api,排除请使用
|
||||
```
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<artifactId>xxx</artifactId>
|
||||
<groupId>xxxx</groupId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
```
|
||||
>4. 1.1.9升级JWT为单例类
|
||||
|
||||
|
||||
### 使用
|
||||
>yexuejc.base.version=1.1.7
|
||||
>yexuejc.base.version=1.1.9
|
||||
|
||||
pom.xml
|
||||
```
|
||||
|
Reference in New Issue
Block a user