lixing 4 лет назад
Родитель
Сommit
ed3e555be4

+ 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");
-    }
 }