代码调整

This commit is contained in:
2023-06-30 11:37:36 +08:00
parent 82c538fb03
commit 9b0404a207
6 changed files with 40 additions and 23 deletions

View File

@@ -16,7 +16,7 @@ import java.util.List;
* @version 1.0.0
* @date 2022年01月05日 15:11
*/
@FeignClient(value = ServerInfo.SYSTEM, path = "/area", fallbackFactory = AreaFeignClientFallbackFactory.class, contextId = "area")
@FeignClient(value = ServerInfo.SYSTEM, path = "/area", fallbackFactory = AreaFeignClientFallbackFactory.class, contextId = "sys-area")
public interface AreaFeignClient {
/**