课程
/后端开发
/Java
/SpringBoot开发常用技术整合
我看controller里面是 return "thymeleaf/error"; 这个按道理不是thymeleaf目下的error么?
2018-07-14
源自:SpringBoot开发常用技术整合 7-1
正在回答
发生异常了,不再是control层里的路径了。进入的是
mav.setViewName(IMOOC_ERROR_VIEW);
这个视图
我的理解是这个样子的,再application中thymeleaf的classpath是templates,而再templates文件夹下有freemarker和templates两个文件夹,调用的error.html是在templates文件夹下的,所以页面路径使用的thymeleaf/error,实际上是templates/thymeleaf/error.html。
举报
SpringBoot 极简开发的框架整合利器
1 回答为什么访问不了templates下面的freemarker和thymeleaf下面的.ftl和.html文件
1 回答err/error 返回500,thymeleaf/error.html没有加载,不知什么原因?
3 回答thymeleaf无法访问
2 回答th:selected选择框(请问,为什么一放在body的最下面就不显示了,不放在最下面可以显示?)
2 回答请教一个thymeleaf的问题 报错org.thymeleaf.exceptions.TemplateInputException: Error resolving template "thymeleaf/index"