Thymeleaf是什么
Thymeleaf是⾯向Web和独⽴环境的现代服务器端Java模板引擎, 能够处理HTML, XML, JavaScript, CSS甚⾄纯⽂本。
<html xmlns:th="http://www.thymeleaf.org">
常用
th:text <p th:text="#{home.welcome}">Welcome to our grocery store!</p>
spring: messages: basename: i18n/hello