jsonwebtoken包

This commit is contained in:
s2042968 2024-11-29 16:17:07 +08:00
parent e34973d774
commit 4d09ba9d2c
1 changed files with 4 additions and 0 deletions

View File

@ -80,6 +80,10 @@
<artifactId>zip4j</artifactId> <artifactId>zip4j</artifactId>
<version>2.11.5</version> <version>2.11.5</version>
</dependency> </dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt</artifactId>
</dependency>
</dependencies> </dependencies>
</project> </project>