http://blog.csdn.net/you23hai45/article/details/50792430

1、错误描述

  1. F:\workspaces\Mybatis>mvn mybatis-genertor:generate
  2. [INFO] Scanning for projects...
  3. Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven
  4. -metadata.xml
  5. Downloading: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metada
  6. ta.xml
  7. Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadat
  8. a.xml (20 KB at 3.6 KB/sec)
  9. Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-
  10. metadata.xml (13 KB at 2.1 KB/sec)
  11. [INFO] ------------------------------------------------------------------------
  12. [INFO] BUILD FAILURE
  13. [INFO] ------------------------------------------------------------------------
  14. [INFO] Total time: 7.671 s
  15. [INFO] Finished at: 2016-03-03T22:58:54+08:00
  16. [INFO] Final Memory: 11M/171M
  17. [INFO] ------------------------------------------------------------------------
  18. [ERROR] No plugin found for prefix 'mybatis-genertor' in the current project and
  19. in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available fr
  20. om the repositories [local (C:\Users\Administrator\.m2\repository), central (htt
  21. ps://repo.maven.apache.org/maven2)] -> [Help 1]
  22. [ERROR]
  23. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
  24. ch.
  25. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  26. [ERROR]
  27. [ERROR] For more information about the errors and possible solutions, please rea
  28. d the following articles:
  29. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/NoPluginFoundF
  30. orPrefixException
  31. F:\workspaces\Mybatis>

2、错误原因

由错误提示可知,在当前项目中没有找到前缀为“mybatis-generator”

3、解决办法

(1)将Maven项目先clean,接着install下

(2)运行mvn mybatis-generator:generate命令

No plugin found for prefix 'mybatis-generator' in the current project的更多相关文章

  1. no plugin found for prefix 'tomcat 7' in the current project

    使用maven build编译出错 “no plugin found for prefix 'tomcat 7' in the current project..........” 参照下面方法 ht ...

  2. no plugin found for prefix 'tomcat 7' in the current project and in the plugin groups的解决方法

    解决方法一: 找到这个settings.xml文件,进行编辑,在pluginGroups标签下加入下面的配置 <pluginGroups><pluginGroup>org.ap ...

  3. SpringBoot入门篇--整合mybatis+generator自动生成代码+druid连接池+PageHelper分页插件

    原文链接 我们这一篇博客讲的是如何整合Springboot和Mybatis框架,然后使用generator自动生成mapper,pojo等文件.然后再使用阿里巴巴提供的开源连接池druid,这个连接池 ...

  4. 利用mybatis generator实现数据库之间的表同步

    项目背景: 项目需要对两个服务器上的表进行同步,表的结构可能不一样.比如服务器A上的表i同步数据到服务器B上的表j,i和j的结构可能不一样,当然大部分字段是一样的.项目看起来很简单,网上一搜也是很多, ...

  5. 2016.7.12 eclipse和IDEA中mybatis generator插件的安装与使用

    Eclipse中的安装 http://jingyan.baidu.com/article/9faa7231506ed8473c28cbee.html 1.下载插件 2.将插件generator的fea ...

  6. mybatis generator 整合lombok

    <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE generatorConfiguration ...

  7. spingBoot整合mybatis+generator+pageHelper

    spingBoot整合mybatis+generator+pageHelper 环境/版本一览: 开发工具:Intellij IDEA 2018.1.4 springboot: 2.0.4.RELEA ...

  8. mybatis generator 生成中文注释

    mybatis generator默认生成 的注释太奇葩了,完全不能拿到生产去用,不过幸亏提供了接口可以自己扩展.长话短说,要生成如下的domain, package com.demo.domain; ...

  9. mybatis generator 自动生成dao层映射代码

    资源: doc url :http://www.mybatis.org/generator/ download:https://github.com/mybatis/generator/release ...

  10. mybatis generator maven插件自动生成代码

    如果你正为无聊Dao代码的编写感到苦恼,如果你正为怕一个单词拼错导致Dao操作失败而感到苦恼,那么就可以考虑一些Mybatis generator这个差价,它会帮我们自动生成代码,类似于Hiberna ...

随机推荐

  1. linux下配置yun源

    备份原yum源   /etc/yum.repos.d/centos一base.repo 下载yum源       wagt 源网址/源名称/etc/yum.repos.d/原yum名

  2. js中网页区域/正文/屏幕 宽和高

    网页可见区域宽: document.body.clientWidth; 网页可见区域高: document.body.clientHeight; 网页可见区域宽: document.body.offs ...

  3. mysql5.7安装配置

    sonar要求mysql5.6版本,所以安装一下最新的mysql5.7 相对路径配置一直存在问题,所以采用绝对路径配置,本次配置的基础路径是: D:\sonar\mysql-5.7.17-winx64 ...

  4. Oracle 的字符集与乱码

    字符集问题一直叫人头疼,究其原因还是不能完全明白其运作原理. 在整个运行环节中,字符集在3个环节中发挥作用: 1.软件在操作系统上运作时的对用户的显示,此时采用操作系统定义的字符集进行显示.我们在系统 ...

  5. 换行的css属性

    //正常换行  word-break:keep-all;word-wrap:normal; //下面这行是自动换行  word-break:break-all;word-wrap:break-word ...

  6. Spring MVC学习笔记——文件上传

    1.实现文件上传首先需要导入Apache的包,commons-fileupload-1.2.2.jar和commons-io-2.1.jar 实现上传就在add.jsp文件中修改表单 enctype= ...

  7. MVC IIS环境部署注意事项

    环境:MVC3.0,IIS7 Mvc3.0的部署除像正常部署aspx程序一样外,另外还需要注意的几点: 1. 安装MVC3.0 确保服务器上安装了MVC3.0,默认版本是“3.0.20105.0” 2 ...

  8. 阿里云提示:对输入参数id未进行正确类型转义,导致整型注入的发生

    类似以下提示: XXX.php中,对输入参数id未进行正确类型转义,导致整型注入的发生 解决办法: 找到对应文件:$id = $_GET['id']; 增加以下标红过滤: $id = $_GET['i ...

  9. 出现 cannot be resolved or is not a field 错误

    删除R.Java文件,这时,系统会重新生成一个R.java; 删除java代码中的"import Android.R"文件. 重新导入正确的包.

  10. 1.0、修改MyEclipse字体大小及颜色

    windows-->prefereces->General-->Appearance-->Colors and Fonts,在右边找到要修改的字体或背景,双击点Edit修改即可 ...