在plugins中加入mybatisgenerator插件
org.mybatis.generator
mybatis-generator-maven-plugin
1.3.5
mysql
mysql-connector-java
5.1.39
org.mybatis.generator
mybatis-generator-core
1.3.5
Generate MyBatis Artifacts
package
generate
true
true
src/main/resources/mybatis-generator.xml
在resources中创建mybatis-generator.xml文件:
<?xml version="1.0" encoding="UTF-8" ?> 详细的介绍点这里--https://blog.youkuaiyun.com/zsq520520/article/details/50952830 在maven project下plugins下mybatis-generator插件下的mybatis-generator:generate 