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.

Menu