配置文件改成nacos配置
This commit is contained in:
		| @ -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") | ||||
|  | ||||
		Reference in New Issue
	
	Block a user