File tree 2 files changed +7
-9
lines changed
2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 6
6
> - 可使用代码生成器快速开发项目,使用maven assembly打包发布
7
7
8
8
#### 项目主页
9
- [ https://geekidea.io/spring-boot-plus/ ] ( https://geekidea.io/spring-boot-plus/ )
10
-
11
- #### spring-boot-plus CHANGELOG
12
- [ CHANGELOG] ( http://geekidea.io/spring-boot-plus/changelog.html )
13
-
14
- #### spring-boot-plus api 访问地址
15
- [ ] ( )
9
+ [ GITHUB] ( https://github.com/geekidea/spring-boot-plus " GITHUB ")
10
+ [ GITEE] ( https://gitee.com/geekidea/spring-boot-plus " GITHUB ")
11
+
12
+ #### spring-boot-plus 文档
13
+ [ https://springboot.plus/ ] ( https://springboot.plus/ " docs ")
16
14
17
15
#### 项目目标
18
16
- 快速开发
Original file line number Diff line number Diff line change 62
62
<jansi .version>1.18</jansi .version>
63
63
<lombok .version>1.18.8</lombok .version>
64
64
<commons-pool2 .version>2.6.2</commons-pool2 .version>
65
- <jwt .version>3.8.0 </jwt .version>
65
+ <jwt .version>0.9.1 </jwt .version>
66
66
67
67
<maven-compiler-source .version>1.8</maven-compiler-source .version>
68
68
<maven-compiler-target .version>1.8</maven-compiler-target .version>
252
252
<dependency >
253
253
<groupId >io.jsonwebtoken</groupId >
254
254
<artifactId >jjwt</artifactId >
255
- <version >0.9.1 </version >
255
+ <version >${jwt.version} </version >
256
256
</dependency >
257
257
258
258
<dependency >
You can’t perform that action at this time.
0 commit comments