Loading

摘要: 1. 引入模板引擎依赖 <dependency> <groupId>org.apache.velocity</groupId> <artifactId>velocity-engine-core</artifactId> <version>2.0</version> </dependency> 2. 阅读全文
posted @ 2021-09-26 21:07 A零号 阅读(144) 评论(0) 推荐(0) 编辑
摘要: Mybatis-Plus 分页通常我们使用 PageHelper、IPage。PageHelper,以往的博客中有使用到,今天我们来使用 Ipage 做一个基础的分页示例。(Spring Boot+MybatisPlus) 1. 首先导入需要的Jar包 <dependency> <groupId>c 阅读全文
posted @ 2021-09-26 20:30 A零号 阅读(1679) 评论(0) 推荐(0) 编辑