IDEA使用(4 springboot 前端thymeleaf 嘗試)

springboot 官方不推薦使用jsp作爲頁面顯示, 而是推薦使用thymeleaf  首先導入依賴包 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> </dependency> 配置application.
相關文章
相關標籤/搜索