提交 5fbbf7bb 编写于 作者: Y YaoYuHang

Merge remote-tracking branch 'origin/back_end_dev' into back_end_dev

......@@ -18,7 +18,7 @@ import org.springframework.scheduling.annotation.EnableAsync;
@MapperScan("com.linkwechat.*.mapper")
@ForestScan(basePackages = {"com.linkwechat.wecom.client","com.linkwechat.wecom.wxclient"})
@EnableAsync
@EnableDiscoveryClient
//@EnableDiscoveryClient
public class LinkWeChatApplication {
public static void main(String[] args) {
......
......@@ -152,7 +152,7 @@ elasticsearch:
# forest配置
forest:
interceptors: com.linkwechat.wecom.interceptor.WeAccessTokenInterceptor
# interceptors: com.linkwechat.wecom.interceptor.WeAccessTokenInterceptor
backend: httpclient
retry-count: 1 # 请求失败后重试次数,默认为0次不重试
max-retry-interval: 1000 #重试间隔时间
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册