概述
org.springframework.core.convert.ConversionFailedException: Failed to convert from type java.util.ArrayList<?> to type java.util.List<org.springframework.core.io.Resource> for value '[/json/]'; nested exception is org.springframework.core.convert.ConverterNotFoundException: No converter found capable of converting from type java.util.ArrayList<?> to type org.springframework.core.io.Resource
解决:
springMVC配置文件中 通过写路径)加载静态资源的方式 改为 <mvc: default-servlet-handler/>。
如图,注释掉下方的加载静态资源
最后
以上就是拼搏啤酒为你收集整理的org.springframework.core.convert.ConversionFailedException: Failed to convert from type java.util.Ar的全部内容,希望文章能够帮你解决org.springframework.core.convert.ConversionFailedException: Failed to convert from type java.util.Ar所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
发表评论 取消回复