配置文件改成nacos配置

This commit is contained in:
2025-09-10 23:35:42 +08:00
parent 1b7d6263a0
commit cca852f148
7 changed files with 25 additions and 85 deletions

View File

@ -9,7 +9,7 @@ import org.springframework.web.bind.annotation.RequestParam;
import java.util.List;
@FeignClient(name = "sczx-store")
@FeignClient(name = "sczx-store", url = "${sczx-store.ribbon.listOfServers:}")
public interface StoreFacade {
@GetMapping("/pub/getStoreById")