|
|
@@ -13,7 +13,7 @@ import org.springframework.web.bind.annotation.RequestBody;
|
|
|
*/
|
|
|
@FeignClient(
|
|
|
name = "${external-system.weighbridge.service-id:sckw-ng-transport}",
|
|
|
- path = "${external-system.weighbridge.base-path:/appKwtWayBill}"
|
|
|
+ url = "${external-system.weighbridge.base-path:/appKwtWayBill}"
|
|
|
)
|
|
|
public interface WeighbridgePushClient {
|
|
|
|