|
@@ -29,9 +29,6 @@ import java.util.*;
|
|
|
@Slf4j
|
|
@Slf4j
|
|
|
public class FeatureService {
|
|
public class FeatureService {
|
|
|
|
|
|
|
|
- @Value("${feature.service.optimize.switch}")
|
|
|
|
|
- private Boolean featureServiceOptimizeSwtich;
|
|
|
|
|
-
|
|
|
|
|
@Autowired
|
|
@Autowired
|
|
|
private FeatureV2RemoteService remoteService;
|
|
private FeatureV2RemoteService remoteService;
|
|
|
|
|
|