We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
假设我在service里面有一个A(), A里面会调用API访问B(),在A()和B()的上面都加了注解@LogRecord,这两个注解只会生效一个,有时候是B上面的生效,有时候是A上面的生效。有没有什么办法让两个都生效呢?
The text was updated successfully, but these errors were encountered:
你的A、B方法是不是都在同一个class里?
Sorry, something went wrong.
TextServiceImpl textServiceProxy = applicationContext.getBean(TextServiceImpl.class); return textServiceProxy.createAuditText(createReqVO);
No branches or pull requests
假设我在service里面有一个A(), A里面会调用API访问B(),在A()和B()的上面都加了注解@LogRecord,这两个注解只会生效一个,有时候是B上面的生效,有时候是A上面的生效。有没有什么办法让两个都生效呢?
The text was updated successfully, but these errors were encountered: