我是靠谱客的博主 昏睡棒球,最近开发中收集的这篇文章主要介绍spring boot 引入 thymeleaf 报Cannot resolve MVC View ‘index‘ 。,觉得挺不错的,现在分享给大家,希望可以做个参考。
概述
spring boot 引入 thymeleaf 报Cannot resolve MVC View 'index' 。
原因是 相关thymeleaf 相关jar包没有依赖上。工具问题
# 默认路径
spring.thymeleaf.prefix=classpath:/templates/
# 后缀
spring.thymeleaf.suffix=.html
# 模板格式
spring.thymeleaf.mode=HTML5
spring.thymeleaf.encoding=UTF-8
spring.thymeleaf.content-type=text/html
spring.thymeleaf.cache=false
<!-- thymeleaf 模板引用 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
最后
以上就是昏睡棒球为你收集整理的spring boot 引入 thymeleaf 报Cannot resolve MVC View ‘index‘ 。的全部内容,希望文章能够帮你解决spring boot 引入 thymeleaf 报Cannot resolve MVC View ‘index‘ 。所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复