Home > Back-end >  Mybatis lombok error problem.
Mybatis lombok error problem.

Time:10-13





"C:\Program Files\Java\jdk1.8.0_131\bin\java.exe" -Dmaven.multiModuleProjectDirectory=C:\Users\28082\work\sql\mybatis-generator-create -Dmaven.home=C:\Users\28082\work\apache-maven-3.6.0 -Dclassworlds.conf=C:\Users\28082\work\apache-maven-3.6.0\bin\m2.conf "-javaagent:C:\Users\28082\work\IDE\IntelliJ IDEA 2018.1.8\lib\idea_rt.jar=7548:C:\Users\28082\work\IDE\IntelliJ IDEA 2018.1.8\bin" -Dfile.encoding=UTF-8 -classpath C:\Users\28082\work\apache-maven-3.6.0\boot\plexus-classworlds-2.5.2.jar org.codehaus.classworlds.Launcher -Didea.version=2018.1.8 -s C:\Users\28082\work\apache-maven-3.6.0\conf\settings.xml -Dmaven.repo.local=C:\Users\28082\work\apache-maven-3.6.0\repository -DskipTests=true org.mybatis.generator:mybatis-generator-maven-plugin:1.3.2:generate -f pom.xml -P dev,jdk1.8,ali
[the INFO] Scanning for the projects...
[the INFO]
[the INFO] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
[the INFO] Building mybatis generator - 1.0 - create SNAPSHOT
[the INFO] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- (jar) -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
[the INFO]
[the INFO] mybatis generator - maven - plugin: 1.3.2: generate (default - cli) @ mybatis generator - create -- -- --
[the INFO] Connecting to the Database
[the INFO] Introspecting table dh_yx_agentuser
Log4j: WARN No appenders could be found for logger (org. Mybatis. Generator. Internal. Db. DatabaseIntrospector).
Log4j: WARN both Please initialize the log4j system properly.
Log4j: WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
[the INFO] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
[the INFO] BUILD FAILURE
[the INFO] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
[the INFO] Total time: 1.931 s
[the INFO] Finished at: 2020-10-12 T20: "+ 08:00
[the INFO] -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
[ERROR] Failed to execute goal. Org. Mybatis generator: mybatis generator - maven plugin: 1.3.2: generate (default - cli) on project mybatis generator - create: Execution default - cli of goal. Org. Mybatis generator: mybatis generator - maven plugin: 1.3.2: generate Failed: always instantiate the object of type org.. Mybatis generator. Plugins. LombokPlugin -> [1] Help
[ERROR]
[ERROR] To see the full stack trace of the errors, re - run Maven have 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, both please read the following articles:
[ERROR] [1] Help http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException

The Process finished with exit code 1
  • Related