update:jwt的修改

develop
PL 3 weeks ago
parent ab78ec557f
commit e57affb790

@ -116,18 +116,12 @@
<artifactId>lombok</artifactId>
<optional>true</optional>
</dependency>
<!-- 修改后的jjwt -->
<dependency>
<groupId>jsonwebtoken</groupId>
<artifactId>habook-jjwt</artifactId>
<version>0.0.1</version>
</dependency>
<!--<dependency>
<!-- 修改后的jwt -->
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt</artifactId>
<version>0.9.1</version>
</dependency>-->
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>

Loading…
Cancel
Save