登录成功

This commit is contained in:
2025-10-06 16:20:05 +08:00
parent a3e8687b31
commit a58f316703
54 changed files with 17818 additions and 622 deletions

View File

@@ -23,5 +23,12 @@
<groupId>org.xyzh</groupId>
<artifactId>common-dto</artifactId>
</dependency>
<!-- JWT API - 仅接口定义具体实现由auth模块提供 -->
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-api</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
</project>