完成了购物车模块

This commit is contained in:
puzvv
2025-12-18 17:37:41 +08:00
parent 7c835f1dd5
commit 696757da21
8 changed files with 378 additions and 0 deletions

View File

@@ -84,6 +84,11 @@
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-jackson</artifactId>
<version>0.11.5</version>
</dependency>
<!-- 添加验证依赖 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
<!-- API文档 -->
<dependency>