add:启动报错
This commit is contained in:
@@ -11,8 +11,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
|
||||
* @Author: liyongde
|
||||
* @Date: 2026/7/15 14:39
|
||||
*/
|
||||
@FeignClient(name = RpcConstants.LMS_NAME, primary = false) // TODO 芋艿:fallbackFactory =
|
||||
@RequestMapping("/lms")
|
||||
@FeignClient(name = RpcConstants.LMS_NAME, path = "/lms", primary = false) // TODO 芋艿:fallbackFactory =
|
||||
@Tag(name = "RPC 服务 - lms任务")
|
||||
public interface LmsTaskCommonApi extends TaskCommonApi {
|
||||
}
|
||||
|
||||
@@ -11,8 +11,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
|
||||
* @Author: liyongde
|
||||
* @Date: 2026/7/15 14:48
|
||||
*/
|
||||
@FeignClient(name = RpcConstants.WMS_NAME, primary = false) // TODO 芋艿:fallbackFactory =
|
||||
@RequestMapping("/wms")
|
||||
@FeignClient(name = RpcConstants.WMS_NAME, path = "/wms",primary = false) // TODO 芋艿:fallbackFactory =
|
||||
@Tag(name = "RPC 服务 - wms任务")
|
||||
public interface WmsTaskCommonApi extends TaskCommonApi {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user