springboot整合Thymeleaf模板引擎

引入依賴 需要引入Spring Boot的Thymeleaf啓動器依賴。 <dependency>         <groupId>org.springframework.boot</groupId>         <artifactId>spring-boot-starter-thymeleaf</artifactId> </dependency> <dependency>    
相關文章
相關標籤/搜索