不含gitignore的JPAMetaModelEntityProcessor

时间:2018-09-25 09:47:37

标签: java hibernate jpa

Hibernate org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor是我的Eclipse注释处理器之一,正在将生成的类放入.gitignore中。如何改变这种行为?我需要将它们提交给git。

1 个答案:

答案 0 :(得分:0)

这是Eclipse首选项中的设置-“通过将派生的资源添加到.gitignore中来自动忽略派生的资源”-如果未选中此选项,则不会将元模型类放入.gitignore中。