摘要:
1. 引入模板引擎依赖 <dependency> <groupId>org.apache.velocity</groupId> <artifactId>velocity-engine-core</artifactId> <version>2.0</version> </dependency> 2. 阅读全文
摘要:
Mybatis-Plus 分页通常我们使用 PageHelper、IPage。PageHelper,以往的博客中有使用到,今天我们来使用 Ipage 做一个基础的分页示例。(Spring Boot+MybatisPlus) 1. 首先导入需要的Jar包 <dependency> <groupId>c 阅读全文