SpringCloud学习笔记(二)springDataJpa 进行条件查询、分页查询

1.jpa实现条件查询html @RequestMapping(value = "/search",method = RequestMethod.POST) public Result search (@RequestBody Label label) { List<Label> labelList = labelService.labelSearch(label);
相关文章
相关标签/搜索