Compare commits

..

No commits in common. 'a04ba227ec23a9dfb08eb1310af312863448a6d0' and '128a05e90afa44dfa57f7895a9d9a12b5769eaae' have entirely different histories.

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

Loading…
Cancel
Save