SpringBoot——web开发之模板引擎

模板引擎: 1、SpringBoot的打包方式为jar包,并且使用嵌入式的tomcat,默认是不支持jsp的,因此SpringBoot推荐使用模板引擎 2、市面上的模板引擎:JSP、Velocity、Freemarker、Thymeleaf 3、模板引擎的思想:使用html写一个模板,然后给模板套上数据     模板:在html页面中有很多动态的值,使用占位符表达式     数据:用来填充模板中的
相关文章
相关标签/搜索