The idea maven project failed to add the mybatis-generator-maven-plugin plug-in.

using idea to add the plug-in mybatis-generator-maven-plugin, to the maven project failed.
I followed the online tutorials:
add

to pom.xml
   

could you tell me how to solve this?


adding dependencies in pom.xml only imports the corresponding jar package into the project. The operation of adding plug-ins is different. You can check whether the package has been downloaded in your local warehouse to make sure it is not a problem with the jar package.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b355ad-2bf7e.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b355ad-2bf7e.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?