(7)thymeleaf的使用

引入thymeleaf: 在pom.xml中引入就可以了: <dependency>     <groupId>org.springframework.boot</groupId>     <artifactId>spring-boot-starter-thymeleaf</artifactId> </dependency> thymeleaf的使用 将HTML文件放在templates文件
相关文章
相关标签/搜索