摘要: 以下记录皆基于MybatisPlus。 查看标准日志 标准日志可以查看sql执行记录,在配置文件中配置 mybatis-plus: configuration: log-impl: org.apache.ibatis.logging.stdout.StdOutImpl 效果 分页查询 定义分页对象I 阅读全文
posted @ 2022-07-09 23:20 Texley 阅读(56) 评论(0) 推荐(0)