摘要: restful风格 @RequestMapping("/getTeacherPage/{current}/{limit}") public List<WorkOrder> getPage(@PathVariable Long current, @PathVariable Long limit) 接收 阅读全文
posted @ 2022-07-01 16:58 磕伴 阅读(336) 评论(0) 推荐(0)
摘要: 默认ID自增 mybatis-plus.configuration.log-impl=org.apache.ibatis.logging.stdout.StdOutImpl 此时的依赖 <dependency> <groupId>com.baomidou</groupId> <artifactId> 阅读全文
posted @ 2022-07-01 16:14 磕伴 阅读(469) 评论(0) 推荐(0)