SpringBoot 開發使用thymeleaf模板開發html頁面

最近寫一些小功能時,想寫些頁面驗證一下效果,後臺用的是SpringBoot,當時想用jsp寫頁面來着,但是springboot不推薦使用jsp,因爲jsp在springboot中有諸多限制。 springboot中推薦使用thymeleaf模板,使用html作爲頁面展示,所以這篇博客記錄一下如何初步使用thymeleaf開發html。 1、在pom.xml文件中添加thymeleaf依賴 <dep
相關文章
相關標籤/搜索