fengyws opened a new issue, #7113: URL: https://github.com/apache/incubator-seata/issues/7113
``` org.apache.seata.spring.annotation.GlobalTransactionScanner [529] -| check if need enhance bean error, it can be ignore java.lang.ClassNotFoundException: com.xxx.mongodb.MongodbConfig$$SpringCGLIB$$0 at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641) at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526) at java.base/java.lang.Class.forName0(Native Method) at java.base/java.lang.Class.forName(Class.java:421) at java.base/java.lang.Class.forName(Class.java:412) at org.apache.seata.spring.annotation.GlobalTransactionScanner.findBusinessBeanNamesNeededEnhancement(GlobalTransactionScanner.java:502) at org.apache.seata.spring.annotation.GlobalTransactionScanner.afterPropertiesSet(GlobalTransactionScanner.java:483) ```  这里打印warn级别,建议用info或者更低级别,因为这个正常都会存在这个问题,或者增加忽略功能 -- 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.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