add:启动报错
This commit is contained in:
@@ -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 {
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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 {
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user