SpringBoot自学好几天 中途开始写笔记 SpringBoot Web开发 thymeleaf 引入 20190120

SpringBoot 默认是以jar包方式+嵌入式tomcat形式发布 不支持jsp 所以我们要使用thymeleaf模板引擎来写我们的代码 模板引擎 JSP Velocty FreeMarker thymeleaf 各种模板引擎的基本思想是一样的,就是通过引擎把数据映射到静态的模板里边,然后展示给用户 SpringBoot推荐使用Thymeleaf : 语法简单 功能强大 1. 引入Thymel
相关文章
相关标签/搜索