template might not exist or might not be accessible by any of the configured Template Resolvers

本文记录了解决Thymeleaf在Spring MVC中无法找到或访问模板的问题,详细解释了@Controller与@ResponseBody注解的使用场景及作用,帮助开发者避免类似错误。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

template might not exist or might not be accessible by any of the configured Template Resolvers

后端开发人员,在开发前端的时候遇到这个问题,记录一下,以免忘记。

错误是:{
“timestamp”: 1542883138864,
“status”: 500,
“error”: “Internal Server Error”,
“exception”: “org.thymeleaf.exceptions.TemplateInputException”,
“message”: “Error resolving template “getPortInfoList”, template might not exist or might not be accessible by any of the configured Template Resolvers”,
“path”: “/CallCenter/getPortInfoList”
}

错误页面
在controller上加注解@Controller 和@RestController都可以在前端调通接口,但是二者的区别在于,当用前者的时候在方法上必须添加注解@ResponseBody,如果不添加@ResponseBody,就会报上面错误,因为当使用@Controller 注解时,spring默认方法返回的是view对象(页面)。而加上@ResponseBody,则方法返回的就是具体对象了。@RestController的作用就相当于@Controller+@ResponseBody的结合体

以上转自其他博客,记录自己犯过的错误!

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值