Spring annotation AOP called twice
问题 I annotate my spring boot controller some functions with a custom annotation for logging purpose. However, I find the before advice is executed twice for nested methods. Looking for some idea here. Please refer to the code snippets below. Controller @RequestMapping(value = "apply") @OperationMILog public ApplyHttpResponse apply(@RequestHeader final String custId, @RequestAttribute final String cardNo, @RequestBody final InstallmentApplyHttpRequest installApplyReq, @PathVariable final String