老师这是哪里的问题,
来源:5-10 mybatis三剑客之mybatis-generator生成数据对象和时间戳优化
草莓青菜
2019-01-27
“C:\Program Files\Java\jdk1.8.0_191\bin\java” -Dmaven.multiModuleProjectDirectory=C:\mmall -Dmaven.multiModuleProjectDirectory=$M2_HOME -Dmaven.home=C:\wook_tool\apache-maven-3.6.0 -Dclassworlds.conf=C:\wook_tool\apache-maven-3.6.0\bin\m2.conf -Didea.launcher.port=7532 “-Didea.launcher.bin.path=C:\IntelliJ IDEA 15.0.6\bin” -Dfile.encoding=UTF-8 -classpath “C:\wook_tool\apache-maven-3.6.0\boot\plexus-classworlds-2.5.2.jar;C:\IntelliJ IDEA 15.0.6\lib\idea_rt.jar” com.intellij.rt.execution.application.AppMain org.codehaus.classworlds.Launcher -Didea.version=15.0.6 org.mybatis.generator:mybatis-generator-maven-plugin:1.3.2:generate
[INFO] Scanning for projects…
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com:mmall:war:1.0-SNAPSHOT
[WARNING] ‘build.plugins.plugin.version’ for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 264, column 15
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO]
[INFO] -----------------------------< com:mmall >------------------------------
[INFO] Building mmall Maven Webapp 1.0-SNAPSHOT
[INFO] --------------------------------[ war ]---------------------------------
[INFO]
[INFO] — mybatis-generator-maven-plugin:1.3.2:generate (default-cli) @ mmall —
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.795 s
[INFO] Finished at: 2019-01-27T18:58:29+08:00
[INFO] ------------------------------------------------------------------------
[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: C:Userså°m.m2
[ERROR] epositorymysqlmysql-connector-java8.0.14mysql-connector-java-8.0.14.jar -> [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:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
Process finished with exit code 1
上面是错误信息
那个奇怪的路径我只找到了我的这个路径
请问老师这个哪里有错误
1回答
-
亲爱的同学,你好,我是geely老师的助教。
mysql-connector-java-8.0.14.jar,你的jar包版本太高了,保持和老师一样的版本。
062019-01-28
相似问题