版权声明:转载原创文章请以超链接形式请注明原文章出处,尊重作者,尊重原创!
恰饭广告
问题产生:高版本MyEclipse使用springboot+hibernate5+maven时候,无法用hibernate在项目里生成实体类
找到项目文件夹里的.project文件,在<natures>添加以下标签
<nature>com.genuitec.eclipse.hibernate.hibernatenature</nature>
在.settings文件夹里找到org.eclipse.wst.common.project.facet.core.xml,在f<faceted-project>添加以下标签
<installed facet="me.hibernate" version="3.3"/>
注意:这里使用的3.3版本不是maven里引入的hibernate版本
原文链接:https://www.idaobin.com/archives/2250.html
让我恰个饭吧.ヘ( ̄ω ̄ヘ)
恰饭广告