使用idea的mybatis-generator插件逆向生成时报错:No plugin found for prefix 'mybatis-generator' in the current
用mybatis-generator进行逆向生成,第一次时报错:No plugin found for prefix 'mybatis-generator' in the current project and in the plugin groups随后用idea的命令行输入:mvn org.mybatis.generator:mybatis-generator-maven-plugi...
·
用mybatis-generator进行逆向生成,第一次时报错:
No plugin found for prefix 'mybatis-generator' in the current project and in the plugin groups
随后用idea的命令行输入:
mvn org.mybatis.generator:mybatis-generator-maven-plugin:1.3.6:generate
上面的命令中,1.3.2是generator插件的版本号,这里需要修改成自己项目对应的版本号
更多推荐




所有评论(0)