using idea to add the plug-in mybatis-generator-maven-plugin, to the maven project failed.
I followed the online tutorials:
add
could you tell me how to solve this?
using idea to add the plug-in mybatis-generator-maven-plugin, to the maven project failed.
I followed the online tutorials:
add
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.