springboot thymeleaf 与 freemarker的简单使用

springboot不推荐使用jsp开发 那么企业的开发主要分为两种 1.thymeleaf模板(主要基于.html的开发) 页面拿值 <!--页面拿值--> <h3 th:text="${name}"></h3> 页面取值 <!--页面取值--> <select name="hobby"> <option th:each="user :${UserList}" th:text="${us
相关文章
相关标签/搜索