请稍等 ...
×

采纳答案成功!

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

运行AdminGenerator后没有生成相应的文件

运行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

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

1回答

风间影月 2023-03-09 08:02:43

用的是mysql8还是Mariadb呢

0 回复 有任何疑惑可以回复我~
  • 提问者 查杀1号 #1
    mysql8
    回复 有任何疑惑可以回复我~ 2023-03-09 08:19:37
  • 风间影月 回复 提问者 查杀1号 #2
    你加一下群,在群里说一下我把mysql8宝贝的配置发群里
    回复 有任何疑惑可以回复我~ 2023-03-09 08:42:17
问题已解决,确定采纳
还有疑问,暂不采纳
微信客服

购课补贴
联系客服咨询优惠详情

帮助反馈 APP下载

慕课网APP
您的移动学习伙伴

公众号

扫描二维码
关注慕课网微信公众号