这里是控制器里返回的 @RequestMapping(value = {"/list"}, method = RequestMethod.GET) public String list(PageUtil&
这里是控制器里返回的
@RequestMapping(value = {"/list"}, method = RequestMethod.GET) public String list(PageUtil<CliCorp> pageUtil, CliCorpQuery cliCorpQuery, Model model) { PageUtil<CliCorp> corps; try { corps = corpclientService.queryByPage(pageUtil, cliCorpQuery); } catch (Exception e) { logger.error("queryByPage error:" + e.getMessage()); return "queryByPage error"; } model.addAttribute("corps", corps); return VIEW_PATH + "list"; }
--结束END--
本文标题: Spring boot + thymeleaf 后端直接给onclick函数赋值的实现代码
本文链接: https://lsjlt.com/news/225342.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-05-24
2024-05-24
2024-05-24
2024-05-24
2024-05-24
2024-05-24
2024-05-24
2024-05-24
2024-05-24
2024-05-24
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0