添加Apache Commons Codec依赖以支持SHA-256和十六进制工具,并在application.yml中新增外部脚本配置及链接过期时间设置。同时,删除不再使用的类文件以清理项目结构。

This commit is contained in:
zyh
2025-08-24 20:46:35 +08:00
parent c3762f985e
commit 3f01d8590a
53 changed files with 428 additions and 10 deletions

View File

@@ -92,6 +92,13 @@
<version>2.3.0</version>
</dependency>
<!-- Apache Commons Codec for SHA-256 and hex utils -->
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.16.1</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>