SpringBoot_web开发-引入thymeleaf

以前使用的模板引擎是jsp,但jsp并不能在springboot中使用,因为它是个Jar,以及内嵌的tomcat;所以根本不支持jsp这种模板引擎

但是springboot推荐使用另一种模板引擎:thymeleaf

   根据这种切换版本的方式,也可以切换其他jar的默认版本。

原文地址:https://www.cnblogs.com/ibcdwx/p/13641491.html