1.解决谐波高级算法远程调用bug

2.新增redis,切库方法
This commit is contained in:
wr
2023-11-02 14:07:36 +08:00
parent c0c35152df
commit 7ccce51049
4 changed files with 86 additions and 1 deletions

View File

@@ -9,7 +9,9 @@ import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestParam;
@FeignClient(value = ServerInfo.ADVANCE_BOOT,path = "/waveAnalysis",fallbackFactory = EventWaveAnalysisFeignClientFallbackFactory.class,contextId = "waveAnalysis")
@FeignClient(value = ServerInfo.ADVANCE_BOOT,path = "/waveAnalysis",
fallbackFactory = EventWaveAnalysisFeignClientFallbackFactory.class,
contextId = "waveAnalysis" )
public interface EventWaveAnalysisFeignClient {