添加超过要求的数量也可能导致问题。
java.lang.NoSuchMethodError错误通常发生在运行时找不到具有精确签名的必需方法的情况下。可能的原因是:
1) There might be mulitple jars with same pre, which may cause wrong class get loaded.2) Incompatable version of jar, the jar you have in classpath might be older version/newer version.
确保所有这些情况都没有发生。



