Use the pulsar and spring aop ,the aop failed #23148
Unanswered
kevinWangSheng
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I migrated this to a GitHub Discussion since this is not a bug in Apache Pulsar. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Search before asking
Read release policy
Version
windwos 10 64x
jdk8
pulsar:2.1
Minimal reproduce step
does it support spring aop ?
What did you expect to see?
i want to go to the aspcet
@pointcut("@Within(com.ak.cepf.mybatis.aspect.IgnoreTenant) ||@annotation(com.ak.cepf.mybatis.aspect.IgnoreTenant)")
public void pointcut() {
}
What did you see instead?
I debug and don't see go to the code:
@pointcut("@Within(com.ak.cepf.mybatis.aspect.IgnoreTenant) ||@annotation(com.ak.cepf.mybatis.aspect.IgnoreTenant)")
public void pointcut() {
}
Anything else?
i guess it doesn't support spring aop ?
i know it's threapool is not registry to spring?
so i doesn't support it?
i want to know why.
Are you willing to submit a PR?
Beta Was this translation helpful? Give feedback.
All reactions