Spring Boot使用Thymeleaf

配置 如果創建項目的時候沒有選擇Thymeleaf模板,可以在pom.xml中添加Spring Boot專屬Thymeleaf的大包依賴 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> </dependenc
相關文章
相關標籤/搜索