请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

老师,4-10 mybatis- generator出错

[ERROR] Failed to execute goal org.mybatis.generator:mybatis-generator-maven-plugin:1.3.2:generate (default-cli) on project mmall: Execution default-cli of goal org.mybatis.generator:mybatis-generator-maven-plugin:1.3.2:generate failed: Cannot resolve classpath entry: D:\IdeaProjets\mmall\src\main\resources -> [Help 1]

[ERROR] 

[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.

[ERROR] Re-run Maven using the -X switch to enable full debug logging.

[ERROR] 

[ERROR] For more information about the errors and possible solutions, please read the following articles:


正在回答 回答被采纳积分+3

1回答

polo哦 2018-04-13 10:42:31

将pom里面的mybatis插件换成我的

 <plugin>

                <groupId>org.mybatis.generator</groupId>

                <artifactId>mybatis-generator-maven-plugin</artifactId>

                <version>1.3.5</version>

                <configuration>

                    <configurationFile>src/main/resources/generatorConfig.xml</configurationFile>

                    <overwrite>false</overwrite>

                    <verbose>true</verbose>

                </configuration>

                <dependencies>

                    <dependency>

                        <groupId>mysql</groupId>

                        <artifactId>mysql-connector-java</artifactId>

                        <version>5.1.41</version>

                    </dependency>

                </dependencies>

            </plugin>


0 回复 有任何疑惑可以回复我~
  • 提问者 慕粉3769861 #1
    已经解决了,还是多谢了
    回复 有任何疑惑可以回复我~ 2018-04-13 11:00:17
  • 请问,mybatis插件是不是要在idea中安装才能用
    回复 有任何疑惑可以回复我~ 2018-04-13 13:59:23
  • 慕粉2015204772 回复 提问者 慕粉3769861 #3
    请问如何解决的?
    回复 有任何疑惑可以回复我~ 2018-07-12 14:14:04
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信