@@ -51,9 +51,4 @@ public class FeignExceptionHandler {
throw new RpcException(resultMsg);
}
-
- @Before("pointCutMethod()")
- public void test() {
- System.out.println("test test test");
- }