当我使用自定义架构的监控组件时,我的应用程序出现问题,当我编译时,我得到了这个:
of ProceedingJoinPoint is allowed only on around advice (arg 1 in (around(extraFlags: 2):
[ERROR] use of ProceedingJoinPoint is allowed only on around advice
(arg 1 in (around(extraFlags: 2):
(@annotation(org.springframework.transaction.annotation.Transactional)
&&
persingleton(com.indra.xxxx4java.logaudit.aspectj.Log))->java.lang.Object
com.indra.icore4java.logaudit.aspectj.Log.transaccionales(org.aspectj.lang.ProceedingJoinPoint,
org.springframework.transaction.annotation.Transactional)))
我不知道这意味着什么,所以我不知道该怎么办,谁能帮我解决这个糟糕的信息?