han-note项目初始化完毕!

- 注册登录接口,开发40%
This commit is contained in:
Hanserwei
2025-09-30 16:48:48 +08:00
parent 96de704258
commit d2c76be3b8
14 changed files with 316 additions and 19 deletions

View File

@@ -65,6 +65,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
<dependency>
<groupId>cn.dev33</groupId>
<artifactId>sa-token-redis-jackson</artifactId>
</dependency>
</dependencies>