SpringBoot學習-引入thymeleaf

爲什麼要thymeleaf? SpringBoot不支持jsp,可以引入模板引擎來代替使用 JSP、Velocity、Freemarker、Thymeleaf等都是模板引擎 SpringBoot推薦我們使用Thymeleaf; 怎麼引入? 在官方文檔中找到場景啓動器Starters 然後在pom.xml中引進來就可以了 <!--引入thymeleaf--> <dependency>
相關文章
相關標籤/搜索