- 浏览: 9718 次
最新评论
文章列表
原因就在于mapper.xml的resultType代表的是List中的元素类型,而不应该是List本身
官网解决方案 https://help.aliyun.com/document_detail/27703.html
红色字体部分版本一致
<!-- poi excel 2003 -->
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
<version>3.13</version>
</dependency>
<!-- poi excel 2007 -->
<dependency>
...
解决方案:红色字体部分
<bean id="byteArrayHttpMessageConverter" class="org.springframework.http.converter.ByteArrayHttpMessageConverter"/>
<bean class="org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter">
<property name=&q ...
<input type="password" readonly
onfocus="$(this).removeAttr('readonly');"/>