fix:注入
This commit is contained in:
parent
fb055b3513
commit
80e553fb23
@ -13,6 +13,7 @@ import java.nio.file.Path;
|
||||
import java.time.Duration;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
@Component
|
||||
@ -28,6 +29,7 @@ public class ConsistencyVerifyRunnerStepExecutor implements RunnerStepExecutor {
|
||||
private final ObjectMapper objectMapper;
|
||||
private final HttpClient httpClient;
|
||||
|
||||
@Autowired
|
||||
public ConsistencyVerifyRunnerStepExecutor(
|
||||
ResourceBackupProperties resourceBackupProperties,
|
||||
ObjectMapper objectMapper
|
||||
|
||||
Loading…
Reference in New Issue
Block a user