xiaoxiangyeyu0 commented on code in PR #7124: URL: https://github.com/apache/incubator-seata/pull/7124#discussion_r1922976298
########## spring/src/main/java/org/apache/seata/spring/annotation/GlobalTransactionScanner.java: ########## @@ -341,6 +341,10 @@ private boolean doCheckers(Object bean, String beanName) { return false; } + return doScannerCheckers(bean, beanName); + } + + private boolean doScannerCheckers(Object bean, String beanName) { Review Comment: afterPropertiesSet里面只进行了扫描,只需要扫描的判断,doCheckers前半部分是对代理的判断 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For additional commands, e-mail: notifications-h...@seata.apache.org