摘要: 只需要返回 JSON 数据,而不是使用 Thymeleaf 模板渲染页面。 1.检查 Controller 是否使用了 @RestController 2.或者确保你的方法上加了 @ResponseBody @RestController = @Controller + @ResponseBody 阅读全文
posted @ 2025-04-02 17:55 了悟 阅读(165) 评论(0) 推荐(0)
摘要: 1.application.yml 里加上 # MyBatis mybatis: configuration: map-underscore-to-camel-case: true 2.如果使用单独的mybatis-config.xml 文件去配置,也就是application.yml里配置了 # 阅读全文
posted @ 2025-04-02 16:15 了悟 阅读(695) 评论(0) 推荐(0)