nosuchmethoderror:org.springframework.util.collectionutils.newlinkedhashmap

xdyibdwo  于 2021-06-27  发布在  Java
关注(0)|答案(0)|浏览(1461)

我试图运行一个最近升级的应用程序,现在我得到以下错误

Exception in thread "main" java.lang.NoSuchMethodError: org.springframework.util.CollectionUtils.newLinkedHashMap(I)Ljava/util/LinkedHashMap;

在尝试运行以下代码时。。。

public void truncateTable() {
    jdbcTemplate.call(conn -> conn.prepareCall("{ call ...MyFunc() }"), new ArrayList<>());
}

我错过了什么?

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题