) ? ?public void logPointCut() { ? ?} ? ?/** ? ? * 日志切入點 - 異常 ? ? */ ? ?@Pointcut( ? ? ? ? ? ?"execution(public * com.alanchen.*.controller.*Controller.*(..))" ? ?) ? ?public void logExceptionPointCut() { ? ?}