为了账号安全,请及时绑定邮箱和手机立即绑定

generatorConfig.xml中的tk.mybatis.mapper.generator.MapperPlugin 提示找不到

https://img1.sycdn.imooc.com//5b49fb050001384d07880126.jpg

我原先用的是spring-boot 1.5.14,提示找不到

然后换成github上的2.0.0,还是找不到


<parent>
   <groupId>org.springframework.boot</groupId>
   <artifactId>spring-boot-starter-parent</artifactId>
   <version>2.0.0.RELEASE</version>
   <relativePath/> <!-- lookup parent from repository -->
</parent>

<dependency>
   <groupId>org.mybatis.spring.boot</groupId>
   <artifactId>mybatis-spring-boot-starter</artifactId>
   <version>1.3.1</version>
</dependency>
<dependency>
   <groupId>tk.mybatis</groupId>
   <artifactId>mapper-spring-boot-starter</artifactId>
   <version>1.2.4</version>
</dependency>
<!--pageHelper-->
<dependency>
   <groupId>com.github.pagehelper</groupId>
   <artifactId>pagehelper-spring-boot-starter</artifactId>
   <version>1.2.3</version>
</dependency>


正在回答

2 回答

intellij idea的提示问题,实际上不响应使用

0 回复 有任何疑惑可以回复我~

我从github上导入源码也是一样的,我用的是intellij idea

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

generatorConfig.xml中的tk.mybatis.mapper.generator.MapperPlugin 提示找不到

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信