This advice advises no methods.
已回答
I have a AOP which targets all public methods in classes annotated with @Repository. It's working as expected while running through maven.
But IntelliJ IDEA do not list the advised methods. The class are not using Interfaces if I use Interface then the advised methods are listed.
Is the a limitation of Spring AOP implementation in IntelliJ.
Note: I'm using InjelliJ IDEA Ultimate.
请先登录再写评论。
We can try to support it if you report an issue at https://youtrack.jetbrains.com/issues/IDEA with a small sample to reproduce. Thank you.