注解:格式要求 @DateTimeFormat(pattern=“yyyy-MM-DD”)
@Pathvariable 用来绑定动态请求参数
@RequestBody 用来接收前端传来的动态请求参数,一般post请求,对象接收。
在Controller层中返回值参数要与需求文档的参数相同。
依赖: pagehelper 依赖,实现分页更能跟便捷。
标签:依赖,springboot,细节,开发,参数,接收,请求 From: https://www.cnblogs.com/y12123/p/17743682.html