- 浏览: 73818 次
- 性别:
- 来自: 常州
最新评论
-
hudazheng:
接口模式..
BeanNotOfRequiredTypeException: ***but was actually of type [$Proxy6] -
llnyxxzj:
如果还未解决可以移步看看http://blog.360chwl ...
BeanNotOfRequiredTypeException: ***but was actually of type [$Proxy6] -
lxhxklyy:
mark
mappingResources、mappingLocations、mappingDirectoryLocations、mappingJarLocations -
liguiqiang1986:
好文章!谢谢了!
mappingResources、mappingLocations、mappingDirectoryLocations、mappingJarLocations
文章列表
现在我觉得前台没有必要在用前台数据填充javabean来传向后台来处理数据,如果一个程序有几百个表,是不是要用几百个javabean呢?
把前台所有传向后台的数据封装成Map,传向后台也一样处理.
public boolean isMultipart() {
return !StringUtils.isBlank(request.getContentType()) && request.getContentType().indexOf("multipart/form-data") > -1;
}
private ...