
springboot
程序浪
前端开发...
展开
-
Springboot多文件多图片上传服务器,并返回访问链接
1、上传文件代码/** * @Description * @Author zengyi * @Date 2020-06-10 */@RequestMapping("/upload")@RestController@Api(description = "上传接口")public class UploadController { private static final Logger log = LoggerFactory.getLogger(UploadController.原创 2020-06-10 14:49:48 · 1858 阅读 · 4 评论 -
Circular view path [test]: would dispatch back to the current handler URL 错误原因。。。
使用springboot上传图片的时候,错误提示Circularviewpath[test]:woulddispatchbacktothecurrenthandlerURL[/upload/test]again.CheckyourViewResolversetup!(Hint:Thismaybetheresultofanunspecified...原创 2020-03-12 11:16:21 · 6833 阅读 · 0 评论