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](https://file.cfanz.cn/uploads/png/2023/03/14/10/Q0N3KOC0ea.png)
 错误可能:
 类上面是@Controller,方法上面没有@ResponseBody
解决:类上面用@RestController或者,方法上添加@ResponseBody
                
Error resolving template [department/upload], template might not exist or might not be accessible by
阅读 82
2023-03-14
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](https://file.cfanz.cn/uploads/png/2023/03/14/10/Q0N3KOC0ea.png)
 错误可能:
 类上面是@Controller,方法上面没有@ResponseBody
解决:类上面用@RestController或者,方法上添加@ResponseBody
                
相关推荐
精彩评论(0)