SpringBoot引入模板引擎—— Thymeleaf

因爲SpringBoot使用的是jar包以及嵌入式的tomcat,因此並不支持jsp,因此我們需要模板引擎 目前的模板引擎有Velocity、Freemarker、Thymeleaf。而SpringBoot推薦的Thymeleaf:語法更簡單,功能更強大。 1、引入thymeleaf 在auto中查看 只要我們把HTML頁面放在classpath:/templates/,thymeleaf就能自動
相關文章
相關標籤/搜索