初始版本提交
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package com.njcn.stat.api;
|
||||
|
||||
import com.njcn.common.pojo.constant.ServerInfo;
|
||||
import com.njcn.common.pojo.response.HttpResult;
|
||||
|
||||
import com.njcn.message.messagedto.MessageDataDTO;
|
||||
@@ -18,7 +19,7 @@ import java.util.List;
|
||||
* @version V1.0.0
|
||||
*/
|
||||
@FeignClient(
|
||||
value = "front-analysis-boot",
|
||||
value = ServerInfo.PLATFORM_STAT_BOOT,
|
||||
path = "/messageAnalysis",
|
||||
fallbackFactory = MessAnalysisFeignClientFallbackFactory.class,
|
||||
contextId = "analysis")
|
||||
|
||||
Reference in New Issue
Block a user