Commit 5fd5ba2d by Nepxion

重构类结构

parent c0bfce92
...@@ -25,7 +25,7 @@ public class AFeignImpl extends AbstractFeignImpl implements AFeign { ...@@ -25,7 +25,7 @@ public class AFeignImpl extends AbstractFeignImpl implements AFeign {
@Override @Override
public String invoke() { public String invoke() {
String value = "outside[" + UUID.randomUUID().toString() + "]"; String value = "start[" + UUID.randomUUID().toString() + "]";
value = doInvoke(value); value = doInvoke(value);
value = bFeign.invoke(value); value = bFeign.invoke(value);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment