gradle 中使用 mybatis-generator
添加依赖
在build.gradle中添加
configurations {
mybatisGenerator
}
注意把前面的compile group改成mybatisGenerator
mybatisGenerator 'org.mybatis.generator:mybatis-generator-core:1.3.6'
mybatisGenerator 'mysql:m...
原创
2018-11-20 22:40:47 ·
2745 阅读 ·
0 评论