×

spring boot

Thymeleaf(thymeleaf菜鸟教程)

L L 发表于2024-06-21 浏览6627 评论0
SpringBoot-----Thymeleaf 🔥一、Thymeleaf入门 🌟1、Thymeleaf是一款用于渲染XML/HTML5内容的模板引擎,类似JSP。它可以轻易的与SpringMVC等Web框架进行集成作为Web应用的模板引擎。在SpringBoot中推荐使用Thymeleaf编写动态页面 🌟2、Thymeleaf最大的特点是能够直接在浏览器中打开并正确显示模板页面,而不需要启动整个Web应用。 🌟3、Thymeleaf在有网络和无网络的环境下皆可运行