alexmao86 / mybatis-generator-plugin

mybatis generator plugin extentions
3 stars 1 forks source link

mybatis-generator-plugin

Mybatis(http://blog.mybatis.org/) is one fantastic ORM tool for Java, I like it very much because of its lightweight and smart way to do ORM. There is also one mybatis generatorIn official release, generator helps generating standard java code as you project's DAO layer.

This project is plugin suite for mybatis generator. What is mybatis generator, please see http://www.mybatis.org/generator/. The generator is handy to use, but there are still some not handy parts:

<repository>
    <id>Sonatype OSS Snapshot Repository</id>
    <url>http://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
<repository>
    <id>Sonatype OSS Release Repository</id>
    <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
</repository>
<dependency>
  <groupId>com.github.alexmao86</groupId>
  <artifactId>jweb-maven-plugin</artifactId>
  <version>1.0</version>
</dependency>

update

1.0.7

remove warnings enhance PagePlugin to add method parameter type argument with domain type