refactor: 优化部分代码格式

This commit is contained in:
2025-06-01 11:10:53 +08:00
parent 6b95083c63
commit eda35e59bc
6 changed files with 15 additions and 54 deletions

View File

@@ -23,5 +23,11 @@
<groupId>net.coobird</groupId>
<artifactId>thumbnailator</artifactId>
</dependency>
<!-- Hutool 加密解密模块(封装 JDK 中加密解密算法) -->
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-crypto</artifactId>
</dependency>
</dependencies>
</project>