File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed
Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 66> - 可使用代码生成器快速开发项目,使用maven assembly打包发布
77
88#### 项目主页
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 ")
1614
1715#### 项目目标
1816- 快速开发
Original file line number Diff line number Diff line change 6262 <jansi .version>1.18</jansi .version>
6363 <lombok .version>1.18.8</lombok .version>
6464 <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>
6666
6767 <maven-compiler-source .version>1.8</maven-compiler-source .version>
6868 <maven-compiler-target .version>1.8</maven-compiler-target .version>
252252 <dependency >
253253 <groupId >io.jsonwebtoken</groupId >
254254 <artifactId >jjwt</artifactId >
255- <version >0.9.1 </version >
255+ <version >${jwt.version} </version >
256256 </dependency >
257257
258258 <dependency >
You can’t perform that action at this time.
0 commit comments