随笔分类 -  分页

摘要:引入依赖 <dependency> <groupId>com.github.pagehelper</groupId> <artifactId>pagehelper</artifactId> <version>4.1.0</version> </dependency> mybatisConfig配置 阅读全文
posted @ 2020-05-17 20:43 KwFruit 阅读(302) 评论(1) 推荐(0)
摘要:既然有那么好的轮子 ,为什么要重复造轮子。 Html页面 <!doctype html> <html xmlns:th="http://www.thymeleaf.org"> <head> <!-- Required meta tags --> <meta charset="utf-8"> <met 阅读全文
posted @ 2020-05-17 19:02 KwFruit 阅读(347) 评论(0) 推荐(0)