漏洞扫描修改

This commit is contained in:
hjx
2025-12-13 15:04:36 +08:00
parent 61e52aa744
commit a18fd9d59b
7 changed files with 54 additions and 22 deletions
+11
View File
@@ -129,6 +129,17 @@
<groupId>com.mhd</groupId>
<artifactId>mhd-common-log</artifactId>
</dependency>
<dependency>
<groupId>io.minio</groupId>
<artifactId>minio</artifactId>
<version>8.4.3</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.8.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>
@@ -46,6 +46,7 @@ import lombok.extern.slf4j.Slf4j;
import minio.MinIoUploadService;
import org.springframework.beans.BeanUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import org.springframework.stereotype.Service;
import org.springframework.web.multipart.MultipartFile;
@@ -97,9 +98,10 @@ public class MenuApplicationService {
private SpecialServiceFeign logisticsServiceFeign;
@Resource
private MenuUtils menuUtils;
@Autowired
@Autowired(required = false)
private MinIoUploadService minIoUploadService;
/**
* 查询菜单集合
*