SpringBoot 從零開始學習(七) 之視圖層技術整合thymeleaf

1.在pom文件中添加thymeleaf啓動器座標: <!-- themeleaf 啓動器座標 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> </dependency> 2.業務類: packa
相關文章
相關標籤/搜索