初始版本提交

This commit is contained in:
hzj
2025-01-17 14:58:27 +08:00
parent 92f98231f2
commit 04e3f48da8
123 changed files with 116 additions and 38 deletions

View File

@@ -1,5 +1,6 @@
package com.njcn.message.api;
import com.njcn.common.pojo.constant.ServerInfo;
import com.njcn.common.pojo.response.HttpResult;
import com.njcn.message.api.fallback.ProduceFeignClientFallbackFactory;
@@ -17,7 +18,7 @@ import org.springframework.web.bind.annotation.RequestBody;
* @version V1.0.0
*/
@FeignClient(
value = "message-boot",
value = ServerInfo.PLATFORM_MESSAGE_BOOT,
path = "/produce",
fallbackFactory = ProduceFeignClientFallbackFactory.class,
contextId = "message")