初始化

master
chaiyapeng 2024-08-21 15:22:07 +08:00
parent a088cc7ee1
commit aece92d3be
1 changed files with 6 additions and 0 deletions

View File

@ -61,6 +61,12 @@
<artifactId>cloud-common-api-doc</artifactId>
</dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt</artifactId>
<version>0.9.1</version> <!-- 请根据需要替换为最新版本 -->
</dependency>
</dependencies>
<build>