Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Spring AOP のすべてのクラスのポイント カットがあります。
@Pointcut("実行(* com.company.app..*(..))")
ここで、com.company.app.IgnoreClass などのクラスを除外する必要があります。誰かがポイントカットを書くのを手伝ってくれませんか?