Html
黄梦龙
这个作者很懒,什么都没留下…
展开
-
canary1
local client_ip = get_client_ip(); local url = "http://106.54.100.29:10005/user/status?uname=hml" local res = httpGet.getUrl(url) if res == nil then kong.log.notice("请求GrayRule异常:",ngx.WARN,"非200状态,code:", code); end if res then -- 从...原创 2021-06-14 21:59:57 · 147 阅读 · 0 评论 -
huangml
tags: gray package com.jack.consul4.config; import feign.RequestInterceptor; import feign.RequestTemplate; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.context.annotation.Configuration; import org.springframework..原创 2021-05-31 23:55:37 · 151 阅读 · 0 评论