当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
java.lang.RuntimeException: Cannot instantiate object of type tk.mybatis.mapper.generator.MapperPlugin
2018-05-17