Skip to content

Commit 9e29524

Browse files
author
geekidea
committed
README
Former-commit-id: 9f425b5d7e8ef6d8f3164375c9103e7d39460413
1 parent 21dbad6 commit 9e29524

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@
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
- 快速开发

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
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>
@@ -252,7 +252,7 @@
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>

0 commit comments

Comments
 (0)