- Spring Boot+Vue全棧開發實戰
- 王松
- 137字
- 2020-06-30 17:14:45
第3章 Spring Boot整合視圖層技術
本章概要
? 整合Thymeleaf
? 整合FreeMarker
在目前的企業級應用開發中,前后端分離是趨勢,但是視圖層技術還占有一席之地。Spring Boot對視圖層技術提供了很好的支持,官方推薦使用的模板引擎是Thymeleaf,不過像FreeMarker也支持,JSP技術在這里并不推薦使用。下面分別向讀者介紹Spring Boot整合Thymeleaf和FreeMarker兩種視圖層技術。
推薦閱讀
- 編寫整潔的Python代碼(第2版)
- Python進階編程:編寫更高效、優雅的Python代碼
- Python神經網絡項目實戰
- Oracle 18c 必須掌握的新特性:管理與實戰
- Learning Laravel's Eloquent
- Mastering Data Mining with Python:Find patterns hidden in your data
- Geospatial Development By Example with Python
- Python計算機視覺與深度學習實戰
- Responsive Web Design with jQuery
- 讀故事學編程:Python王國歷險記
- PhantomJS Cookbook
- C語言從入門到精通(第5版)
- Unity Certified Programmer:Exam Guide
- OpenCV:Computer Vision Projects with Python
- Test-Driven Java Development(Second Edition)