191 Star 1.6K Fork 454

Gitee Community / bullshit-codes

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
keng.java 374 Bytes
一键复制 编辑 原始数据 按行查看 历史
lay 提交于 2019-05-28 17:30 . 更新 keng.java
/**
使用springboot框架,用了@Controller注解
**/
@RequestMapping("/functional")
@Controller
public class FunctionalPageController {
@Resource
private URLMapService urlMapService;
@RequestMapping("/totalData")
public Result totalData({
List<WondersLogUrlMap> list = urlMapService.getTableData();
return Result.success(list);
}
}
1
https://gitee.com/gitee-community/bullshit-codes.git
git@gitee.com:gitee-community/bullshit-codes.git
gitee-community
bullshit-codes
bullshit-codes
master

搜索帮助