摘要: SpringMVC 访问controller层出错:No converter found for return value of type: class java.util.HashMap 阅读全文
posted @ 2020-07-29 16:22 技术研究与问题解决 阅读(280) 评论(0) 推荐(0)
摘要: Web.xml spring&spring mvc 在web.xml中定义contextConfigLocation参数,Spring会使用这个参数去加载所有逗号分隔的xml文件,如果没有这个参数,Spring默认加载web-inf/applicationContext.xml文件。 <!-- sp 阅读全文
posted @ 2020-07-29 13:19 技术研究与问题解决 阅读(224) 评论(0) 推荐(0)