gradle-generator自动生成代码的两种方式一:利用ant二:使用mybatis插件
一:利用ant文件结构预览图:在build.gradle文件中引入如下代码:configurations{ mybatisGenerator}dependencies { testCompile group: 'junit', name: 'junit', version: '4.12' compile group: 'org.mybatis', n...