最赞回答 / 疯狂的天使470
<dependency> <groupId>com.github.pagehelper</groupId> <artifactId>pagehelper-spring-boot-starter</artifactId> <version>1.2.5</version></dependency>分页试下这个依赖
2018-05-22
已采纳回答 / 疯狂的天使470
spring-boot项目需要引用这个依赖检查你的pom文件引用对不<dependency> <groupId>com.github.pagehelper</groupId> <artifactId>pagehelper-spring-boot-starter</artifactId> <version>1.2.5</version></dependency>
2018-05-22
当mapper-spring-boot-starter的版本为2.0.2时,不会去下载mapper包。这时如果在xml中写<plugin type="tk.mybatis.mapper.generator.MapperPlugin"></plugin>会报找不到class错误。
2018-05-22
课程项目地址https://github.com/leechenxiang/imooc-springboot-starter
Mybatis-Spring地址:
https://github.com/abel533/Mybatis-Spring-Boot
Mybatis-Spring地址:
https://github.com/abel533/Mybatis-Spring-Boot
2018-05-22
终于完成了最终的效果,并不是每一步都是跟视频一模一样的,项目右击run as并没有spring boot app,直接run as --> java application 也是可以的。百度了好多没找到右击run as没有spring boot app的解决方法。
2018-05-17