初始版本提交
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user