运行AdminGenerator后没有生成相应的文件
来源:4-9 数据层 - 配置数据库逆向生成工具

查杀1号
2023-03-09
运行AdminGenerator文件后输出的结果:
"D:\Program Files\Java\jdk1.8.0_40\bin\java.exe" -Dmaven.multiModuleProjectDirectory=D:\private\JAVA\uniapp\demo_b2e\mybatis-generator-database-mysql8 "-Dmaven.home=D:\Program Files (x86)\apache-maven-3.8.1" "-Dclassworlds.conf=D:\Program Files (x86)\apache-maven-3.8.1\bin\m2.conf" "-Dmaven.ext.class.path=D:\Program Files\IntelliJ IDEA 2020.3.4\plugins\maven\lib\maven-event-listener.jar" -Dfile.encoding=UTF-8 -classpath "D:\Program Files (x86)\apache-maven-3.8.1\boot\plexus-classworlds-2.6.0.jar;D:\Program Files (x86)\apache-maven-3.8.1\boot\plexus-classworlds.license" org.codehaus.classworlds.Launcher -Didea.version=2020.3.4 -Dmaven.repo.local=D:\maven -Dexec.workingdir=D:\private\JAVA\uniapp\demo_b2e "-Dexec.args=-agentlib:jdwp=transport=dt_socket,address=51268,suspend=y,server=y -javaagent:C:\Users\dell\AppData\Local\JetBrains\IntelliJIdea2020.3\captureAgent\debugger-agent.jar -classpath \"%classpath;D:\Program Files\IntelliJ IDEA 2020.3.4\lib\idea_rt.jar\" com.example.thrd.mybatis.util.AdminGenerator" "-Dexec.executable=D:\Program Files\Java\jdk1.8.0_40\bin\java.exe" exec:exec
[INFO] Scanning for projects...
[INFO]
[INFO] ---------------< com.example:mybatis-generator-database >---------------
[INFO] Building mybatis-generator-database 1.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- exec-maven-plugin:3.0.0:exec (default-cli) @ mybatis-generator-database ---
Listening for transport dt_socket at address: 51268
Connected to the target VM, address: '127.0.0.1:51268', transport: 'socket'
DEBUG [main] - Retrieving column information for table "comment"
DEBUG [main] - Found column "id", data type 12, in table "imooc-red-book-dev..comment"
DEBUG [main] - Found column "vloger_id", data type 12, in table "imooc-red-book-dev..comment"
DEBUG [main] - Found column "father_comment_id", data type 12, in table "imooc-red-book-dev..comment"
DEBUG [main] - Found column "vlog_id", data type 12, in table "imooc-red-book-dev..comment"
DEBUG [main] - Found column "comment_user_id", data type 12, in table "imooc-red-book-dev..comment"
DEBUG [main] - Found column "content", data type 12, in table "imooc-red-book-dev..comment"
DEBUG [main] - Found column "like_counts", data type 4, in table "imooc-red-book-dev..comment"
DEBUG [main] - Found column "create_time", data type 93, in table "imooc-red-book-dev..comment"
DEBUG [main] - Retrieving column information for table "fans"
DEBUG [main] - Found column "id", data type 12, in table "imooc-red-book-dev..fans"
DEBUG [main] - Found column "vloger_id", data type 12, in table "imooc-red-book-dev..fans"
DEBUG [main] - Found column "fan_id", data type 12, in table "imooc-red-book-dev..fans"
DEBUG [main] - Found column "is_fan_friend_of_mine", data type 4, in table "imooc-red-book-dev..fans"
DEBUG [main] - Retrieving column information for table "my_liked_vlog"
DEBUG [main] - Found column "id", data type 12, in table "imooc-red-book-dev..my_liked_vlog"
DEBUG [main] - Found column "user_id", data type 12, in table "imooc-red-book-dev..my_liked_vlog"
DEBUG [main] - Found column "vlog_id", data type 12, in table "imooc-red-book-dev..my_liked_vlog"
DEBUG [main] - Retrieving column information for table "users"
DEBUG [main] - Found column "id", data type 12, in table "imooc-red-book-dev..users"
DEBUG [main] - Found column "mobile", data type 12, in table "imooc-red-book-dev..users"
DEBUG [main] - Found column "nickname", data type 12, in table "imooc-red-book-dev..users"
DEBUG [main] - Found column "imooc_num", data type 12, in table "imooc-red-book-dev..users"
DEBUG [main] - Found column "face", data type 12, in table "imooc-red-book-dev..users"
DEBUG [main] - Found column "sex", data type 4, in table "imooc-red-book-dev..users"
DEBUG [main] - Found column "birthday", data type 91, in table "imooc-red-book-dev..users"
DEBUG [main] - Found column "country", data type 12, in table "imooc-red-book-dev..users"
DEBUG [main] - Found column "province", data type 12, in table "imooc-red-book-dev..users"
DEBUG [main] - Found column "city", data type 12, in table "imooc-red-book-dev..users"
DEBUG [main] - Found column "district", data type 12, in table "imooc-red-book-dev..users"
DEBUG [main] - Found column "description", data type 12, in table "imooc-red-book-dev..users"
DEBUG [main] - Found column "bg_img", data type 12, in table "imooc-red-book-dev..users"
DEBUG [main] - Found column "can_imooc_num_be_updated", data type 4, in table "imooc-red-book-dev..users"
DEBUG [main] - Found column "created_time", data type 93, in table "imooc-red-book-dev..users"
DEBUG [main] - Found column "updated_time", data type 93, in table "imooc-red-book-dev..users"
DEBUG [main] - Retrieving column information for table "vlog"
DEBUG [main] - Found column "id", data type 12, in table "imooc-red-book-dev..vlog"
DEBUG [main] - Found column "vloger_id", data type 12, in table "imooc-red-book-dev..vlog"
DEBUG [main] - Found column "url", data type 12, in table "imooc-red-book-dev..vlog"
DEBUG [main] - Found column "cover", data type 12, in table "imooc-red-book-dev..vlog"
DEBUG [main] - Found column "title", data type 12, in table "imooc-red-book-dev..vlog"
DEBUG [main] - Found column "width", data type 4, in table "imooc-red-book-dev..vlog"
DEBUG [main] - Found column "height", data type 4, in table "imooc-red-book-dev..vlog"
DEBUG [main] - Found column "like_counts", data type 4, in table "imooc-red-book-dev..vlog"
DEBUG [main] - Found column "comments_counts", data type 4, in table "imooc-red-book-dev..vlog"
DEBUG [main] - Found column "is_private", data type 4, in table "imooc-red-book-dev..vlog"
DEBUG [main] - Found column "created_time", data type 93, in table "imooc-red-book-dev..vlog"
DEBUG [main] - Found column "updated_time", data type 93, in table "imooc-red-book-dev..vlog"
Disconnected from the target VM, address: '127.0.0.1:51268', transport: 'socket'
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.260 s
[INFO] Finished at: 2023-03-09T07:56:08+08:00
[INFO] ------------------------------------------------------------------------
Process finished with exit code 0
写回答
1回答
-
风间影月
2023-03-09
用的是mysql8还是Mariadb呢
022023-03-09
相似问题