解决产品启动问题

This commit is contained in:
hjx
2025-12-17 10:09:44 +08:00
parent 61e52aa744
commit 8bc07e8090
3 changed files with 11 additions and 4 deletions
+6
View File
@@ -129,6 +129,12 @@
<groupId>com.mhd</groupId>
<artifactId>mhd-common-log</artifactId>
</dependency>
<dependency>
<groupId>io.minio</groupId>
<artifactId>minio</artifactId>
<version>8.5.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>
@@ -97,7 +97,7 @@ public class MenuApplicationService {
private SpecialServiceFeign logisticsServiceFeign;
@Resource
private MenuUtils menuUtils;
@Autowired
@Autowired(required = false)
private MinIoUploadService minIoUploadService;
/**