0
点赞
收藏
分享

微信扫一扫

Error resolving template [department/upload], template might not exist or might not be accessible by

书写经典 2023-03-14 阅读 80


1,请求报错

"Error resolving template [department/upload], template might not exist or might not be accessible by any of the configured Template Resolvers

Error resolving template [department/upload], template might not exist or might not be accessible by_bug


错误可能:

类上面是@Controller,方法上面没有@ResponseBody

解决:类上面用@RestController或者,方法上添加@ResponseBody


举报

相关推荐

0 条评论