SpringCloud學習筆記(二)springDataJpa 進行條件查詢、分頁查詢

1.jpa實現條件查詢html @RequestMapping(value = "/search",method = RequestMethod.POST) public Result search (@RequestBody Label label) { List<Label> labelList = labelService.labelSearch(label);
相關文章
相關標籤/搜索