ServiceComb Java Chassis is a Software Development Kit (SDK) for rapid development of microservices in Java, providing service registration, service discovery, dynamic routing, and service management features
Apache License 2.0
1.91k
stars
813
forks
source link
接口契约测试成功但请求网关NOT FOUND org.apache.servicecomb.common.rest.locator.OperationLocator ERROR - locate path failed, status:Not Found #4201
自定义业务接口在serviceComb的契约测试成功
但通过网关请求会报这个错误 : org.apache.servicecomb.common.rest.locator.OperationLocator ERROR - locate path failed, status:Not Found, http method:POST, path:/je/instruct/conveyInstuction/saveConveyInstruction/, microserviceName:srm
请问是什么原因