Skip to content

deng0630/MyBatisGenerator

 
 

Repository files navigation

MyBatisGenerator

Gradle plugin of MyBatisGenerator

You can apply the plugin using the following buildscript directly from github:

buildscript {
  apply from: 'https://raw.github.com/reverocean/MyBatisGenerator/master/repo/com/rever/mybatisPlugin/1.0-SNAPSHOT/mybatis.gradle'
}

You can config the generator config file by the following:

mybatis{
    configFile = '../generatorConfig.xml'
}

About

Gradle plugin of MyBatisGenerator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Groovy 100.0%