瀏覽代碼

移除测试代码

lixing 4 年之前
父節點
當前提交
ed3e555be4
共有 1 個文件被更改,包括 0 次插入5 次删除
  1. 0 5
      fm-common/src/main/java/com/persagy/fm/common/config/FeignExceptionHandler.java

+ 0 - 5
fm-common/src/main/java/com/persagy/fm/common/config/FeignExceptionHandler.java

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