feat: 去除hutool工具

This commit is contained in:
2025-11-29 16:19:28 +08:00
parent e9ee523147
commit 146d841cd8
12 changed files with 729 additions and 98 deletions

View File

@ -17,10 +17,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<!-- Utilities -->
<!-- jjwt -->
<dependency>
<groupId>cn.hutool.v7</groupId>
<artifactId>hutool-all</artifactId>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-api</artifactId>
</dependency>
<!-- Lombok -->
<dependency>