Spring MVC - Why the NoSuchMethodError exception when deploying context?
问题 Despite this project having worked for me for a while, I'm now getting an exception when I attempt to deploy my application context in Tomcat: Servlet /testapp threw load() exception java.lang.NoSuchMethodError: org.springframework.core.convert.converter.ConverterRegistry.addConverter(Ljava/lang/Class;Ljava/lang/Class;Lorg/springframework/core/convert/converter/Converter;)V at org.springframework.core.convert.support.DefaultConversionService.addScalarConverters(DefaultConversionService.java