springmvc
cgf_01
javaweb开发7年
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
springboot2 websocket Failed to register @ServerEndpoint class
整合druid,发现websocket无法被识别 java.lang.IllegalStateException: Failed to register @ServerEndpoint class: class com.spring.web.websocket.LlWebSocket$$EnhancerBySpringCGLIB$$b20d604b_2 at org.springframework.web.socket.server.standard.ServerEndpointExporter.r原创 2021-02-26 18:30:43 · 1102 阅读 · 0 评论 -
springmvc 多文件上传 MultipartFile[] 无法接受参数,Required MultipartFile parameter 'file' is not present错误
碰到个有意思的问题,springmvc单个文件上传的时候,可以用MultipartFile file 接受参数,多文件用数组就不行了,爆Required MultipartFile parameter 'file' is not present错误,配置是没有问题的 springboot改成数组、非数组均可以接受。。。 最后用request获取数据处理的 MultipartHttpServ...原创 2020-03-13 08:59:23 · 2135 阅读 · 0 评论
分享