RestTemplate在线程“main”中继续抛出异常java.lang.NoSuchMethodError:com.fasterxml.jackson.databind.type.TypeFactory.constructType

时间:2017-10-13 13:49:15

标签: java spring jackson resttemplate

我试图使用RestTemplate(Spring 4.2.x.Release& +版本)调用Rest服务。 我也使用Jackson 2.7.0,但我一直在例外。 我使用Chrome PostMan测试了我的网络服务,它完美运行。

Java行代码:

numpy.loadtxt(StringIO('dataset.txt'))

抛出异常:

String response = template.postForObject(url,map, String.class);

0 个答案:

没有答案