add:启动报错

This commit is contained in:
ls
2026-07-23 15:20:23 +08:00
parent 50f9e47630
commit 16bab7ab21
2 changed files with 2 additions and 4 deletions

View File

@@ -11,8 +11,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* @Author: liyongde * @Author: liyongde
* @Date: 2026/7/15 14:39 * @Date: 2026/7/15 14:39
*/ */
@FeignClient(name = RpcConstants.LMS_NAME, primary = false) // TODO 芋艿fallbackFactory = @FeignClient(name = RpcConstants.LMS_NAME, path = "/lms", primary = false) // TODO 芋艿fallbackFactory =
@RequestMapping("/lms")
@Tag(name = "RPC 服务 - lms任务") @Tag(name = "RPC 服务 - lms任务")
public interface LmsTaskCommonApi extends TaskCommonApi { public interface LmsTaskCommonApi extends TaskCommonApi {
} }

View File

@@ -11,8 +11,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* @Author: liyongde * @Author: liyongde
* @Date: 2026/7/15 14:48 * @Date: 2026/7/15 14:48
*/ */
@FeignClient(name = RpcConstants.WMS_NAME, primary = false) // TODO 芋艿fallbackFactory = @FeignClient(name = RpcConstants.WMS_NAME, path = "/wms",primary = false) // TODO 芋艿fallbackFactory =
@RequestMapping("/wms")
@Tag(name = "RPC 服务 - wms任务") @Tag(name = "RPC 服务 - wms任务")
public interface WmsTaskCommonApi extends TaskCommonApi { public interface WmsTaskCommonApi extends TaskCommonApi {
} }