后端新增 /api/v1/user/change-password 接口

This commit is contained in:
pengzhisheng
2025-03-17 23:25:24 +08:00
parent 5d7d12415c
commit c7dec8045e
9 changed files with 93 additions and 15 deletions
+4
View File
@@ -168,6 +168,10 @@
<artifactId>lombok</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
</dependencies>
<!-- 阿里云maven仓库 -->