Maven + AspectJ - all steps to configure it

前端 未结 5 410
迷失自我
迷失自我 2020-12-07 16:52

I have a problem with applying aspects to my maven project. Probably I am missing something, so I\'ve made a list of steps. Could you please check if it is correct?

<
5条回答
  •  天命终不由人
    2020-12-07 17:14

    I remember having this problem too, but solved it by switching to Java annotation-based aspects. You could give that a try.

提交回复
热议问题