You can throw mybatis-generator away for better maintainance and more powerful feature
Mybatis-automatic-crud is a library that implement basically crud feature without any xml or sql. Crud sql with xml or annotation is a common requirement in software development, and this task can quickly become tedious when the domain model changes serval times. Mybatis-automatic-crud tries to make this task easier.