SpringBoot入門:SpringBoot的thymeleaf模板的使用:spring-boot-starter-thymeleaf

首先在pom文件裏面加入thymeleaf的jar包:html <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> </dependency> 而後在resources裏面新建一個文件夾:templates(建立
相關文章
相關標籤/搜索