摘要:
controller @RequestMapping(value = "/list") @ResponseBody @ApiOperation("社区列表") public ApiResponse<List<CommunityZone>> list() { return ApiResponseUti 阅读全文
posted @ 2021-03-04 12:14
TBHacker
阅读(680)
评论(0)
推荐(0)
摘要:
Project Object Model,项目对象模型。通过xml可扩展标记语言(EXtensible Markup Language)格式保存的pom.xml文件。作用类似ant的build.xml文件,功能更强大。该文件用于管理:源代码、配置文件、开发者的信息和角色、问题追踪系统、组织信息、项目 阅读全文
posted @ 2021-03-04 10:42
TBHacker
阅读(313)
评论(0)
推荐(0)
摘要:
@Api("主键请求") public class IdRequest { @NotNull(message = "请检查参数,参数为空") private Integer id; public Integer getId() { return id; } public void setId(Int 阅读全文
posted @ 2021-03-04 10:07
TBHacker
阅读(197)
评论(0)
推荐(0)