springboot无法显示thymeleaf模板后的html,以及thymeleaf在pom文件中的配置

springboot无法显示thymeleaf模板后的html,以及thymeleaf在pom文件中的配置_第1张图片springboot无法显示thymeleaf模板后的html,以及thymeleaf在pom文件中的配置_第2张图片springboot无法显示thymeleaf模板后的html,以及thymeleaf在pom文件中的配置_第3张图片在springboot后  thymeleaf整合后应当出现的maps中的内容,而不是现在的字符串

解决方法:将上边的注解@RestController更改为@controller 和下方的@ResponseBody

==============================================

thymeleaf在pom文件中的配置




  
  
  		1.8
  		3.0.2.RELEASE
  		 2.0.4

                    

你可能感兴趣的:(bug)