1.新增 log 日志上传功能

This commit is contained in:
2025-08-25 15:17:41 +08:00
parent 3f1c4df78a
commit 5ea65a8d25
10 changed files with 265 additions and 2 deletions

View File

@@ -125,6 +125,13 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.dromara.x-file-storage</groupId>
<artifactId>x-file-storage-spring</artifactId>
<version>2.3.0</version>
</dependency>
</dependencies>
<build>