Skip to content

默认的MyBatis Generator不够强大,没有生成很美观的数据库注释,Mapper类还要手动添加Annotation,重写一个符合使用体验的generator

Notifications You must be signed in to change notification settings

wangyixian/mybatis-generator-extender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mybatis-generator-extender

mybatis-generator-core-1.3.2.jar
mysql-connector-java-5.1.13-bin.jar
被集成到了最终编译出来的 mybatis-generator-extender-x.x.x.jar

所以使用的时候只要通过以下命令即可,不用额外添加jar包引用。
jar -jar mybatis-generator-extender-x.x.x.jar generatorConfig.xml

About

默认的MyBatis Generator不够强大,没有生成很美观的数据库注释,Mapper类还要手动添加Annotation,重写一个符合使用体验的generator

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages