spawpaw / mybatis-generator-gui-extension

图形化MBG,内置丰富插件,可生成Service、Controller、View,配置简单。 A powerful GUI tool for MyBatisGenerator(MBG)
Other
642 stars 233 forks source link

生成JPA注解部分注解没有生成 #22

Closed quqiangsheng closed 6 years ago

quqiangsheng commented 6 years ago

I'm submitting a...

Current behavior

com.spawpaw.mybatis.generator.gui.plugin.CommentPlugin.addFieldAnnotation(Field, IntrospectedTable, IntrospectedColumn, Set) CommentPlugin类357行该方法在生成代码时即使勾选了生成jpa注解也不会有效 2.5.4

Expected behavior

我需要标准的jpa@Id 和我自己修改后加上的@Column注解 发现根本走不到这个方法 另外建议源码直接提供@Column注解 大部分如果需要用jpa标准的话这个是很需要

Environment

JDK Version:

Database:

spawpaw commented 6 years ago

最近有点忙,可能不能及时修复这个BUG(不过肯定会在一周之内解决)

如果等不及的话可以自己先修改CommentPlugin,然后发起pull request,我们一起完善这个项目。