Maven + AspectJ - all steps to configure it

前端 未结 5 413
迷失自我
迷失自我 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:33

    I had had the same problem as you. The only solution i found was to create a wrapper for each aspect class inside the aspectJ project to let external projects get access to it

提交回复
热议问题