错误解决 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

posted @ 2025-04-02 17:55  了悟  阅读(150)  评论(0)    收藏  举报