1,请求报错
"Error resolving template [department/upload], template might not exist or might not be accessible by any of the configured Template Resolvers
错误可能:
类上面是@Controller,方法上面没有@ResponseBody
解决:类上面用@RestController或者,方法上添加@ResponseBody
Error resolving template [department/upload], template might not exist or might not be accessible by
阅读 80
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
错误可能:
类上面是@Controller,方法上面没有@ResponseBody
解决:类上面用@RestController或者,方法上添加@ResponseBody
相关推荐
精彩评论(0)