错误解决 org.thymeleaf.exceptions.TemplateInputException: Error resolving template [system/plan/getInfo], template might not exist or might not be accessible by any of the configured Template Resolvers
只需要返回 JSON 数据,而不是使用 Thymeleaf 模板渲染页面。
1.检查 Controller 是否使用了 @RestController
2.或者确保你的方法上加了 @ResponseBody
@RestController = @Controller + @ResponseBody
详细区别:https://www.cnblogs.com/yayuya/p/16556394.html
下班记得打卡

浙公网安备 33010602011771号