SpringBoot之controller

(1)@Controller 使用模板thymeleaf,在pom.xml中配置模板信息 在Controller層的配置: 跳轉到的index.html頁面 頁面數據展示: @PathVariable獲取RESTful風格請求參數 @RequestParam獲取傳統風格傳參的參數值 。 該註解常用屬性:value:參數名稱,required:參數中是否不許有該參數,defaultValue:參數設
相關文章
相關標籤/搜索