|
@@ -16,7 +16,7 @@ import java.util.Map;
|
|
|
|
|
|
@Slf4j
|
|
|
@Component
|
|
|
-@ConditionalOnProperty(name = "scaling.type",havingValue = "tencent")
|
|
|
+@ConditionalOnProperty(name = "scaling.type",havingValue = "cos")
|
|
|
public class TencentScalingService implements ScalingService{
|
|
|
|
|
|
@Value("${accessKey.id:xxx}")
|