资源相关

This commit is contained in:
ZZX9599
2025-09-16 11:41:45 +08:00
parent eda0bc0999
commit 89df7e6c0e
22 changed files with 1011 additions and 64 deletions

View File

@ -149,6 +149,13 @@
<artifactId>aspectjweaver</artifactId>
</dependency>
<!-- 图片元数据信息 -->
<dependency>
<groupId>com.drewnoakes</groupId>
<artifactId>metadata-extractor</artifactId>
<version>2.18.0</version>
</dependency>
<!-- HttpClient5 -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>