报错org.thymeleaf.exceptions.TemplateInputException: Error resolving template解决方案 在controller层请求处理完了返回时,没有使用@RestController或@ResponseBody而返回了非json格式,因为使用的是@controller返回页面不好改变,在方法上添加了@ResponseBody解决问题