11、java SpringBoot Thymeleaf模板引擎
html引入依赖 <html lang="en" xmlns:th="http://www.thymeleaf.org">
controller传递的参数使用 $,配置文件中传递的参数 使用 #
1、添加连接 th:href="@{/user/emps}"
2、元素中添加文本 th:text="#{login.btn}"
th:text="${emp.getId()}"
3、直接添加文本 [[${session.loginUser}]]
4、添加文本时使用 if判断 th:text="${msg}" th:if="${not #strings.isEmpty(msg)}"
th:text="${emp.getGender()==0 ? '女':'男'}"
5、模块复用 th:fragment="topnavbar" 声名可以复用的模块
th:replace="~{/commons::topnavbar}" 使用声名好的模块
6、模块复用传参 th:replace="~{/commons::leftnavbar(active=