Spring升级,现在Freemarker抛出NoSutchMethod错误

时间:2016-12-27 01:02:03

标签: java spring tomcat runtime-error freemarker

我有一个完美工作的Spring应用程序(4.2.7 - > 4.3.7)简单升级,但现在我部署catalina.out时给了我一个:

Caused by: java.lang.NoSuchMethodError: freemarker.template.Configuration.<init>(Lfreemarker/template/Version;)V
    at org.springframework.ui.freemarker.FreeMarkerConfigurationFactory.newConfiguration(FreeMarkerConfigurationFactory.java:320)

我查看了API,但看起来没有任何改变。我也可以确认freemarker-2.3.20.jar在lib目录中,但这看起来像春天问题

1 个答案:

答案 0 :(得分:0)

进行了一些搜索,但Spring也将Freemarker升级到2.3.23 - 所以在你的pom中使用它并且它应该可以工作。