|
|
@@ -5,7 +5,7 @@ import org.springframework.web.bind.annotation.PostMapping;
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
import org.springframework.web.bind.annotation.RequestParam;
|
|
|
|
|
|
-@FeignClient(url = "${b2b.product.base-url}", name = "product-server")
|
|
|
+@FeignClient(url = "${b2b.baseUrl.product}", name = "product-server")
|
|
|
@RequestMapping("/product")
|
|
|
public interface ProductApi {
|
|
|
|