Spring Boot5--html模板應用

1.項目路徑resource下都是存放靜態資源,static可存放圖片,templates則是存放html模板,模板修改之後需重啓服務器才能生效 2.模板必須放在templates下並且引入,pom中引入 <dependency> <groupId>org.springframework.boot</groupId>  <artifactId>spring-boot-starter-thymele
相關文章
相關標籤/搜索