标签:http 依赖包 str 9.png project 数据 文件 项目 inf
1.Hibernate依赖包的添加
File---->Project Structure,按照如图所示操作,导入所依赖的jar包。
2.生成hibernate.hbm.xml的配置文件
(1)点击File,弹出的菜单中点击Project Structure;
(2)点击左侧的Modules,再点击“+”号,再在弹出的菜单中选择Hibernate;
(3)在这时,项目中多出了一个Hibernate,点击Hibernate,再点击“+”号,选择hibernate.hbm.xml;
(4)弹出的窗口中选择Hibernate的版本,然后点击OK;
(5)这时项目架子中多出了一个名为hibernate.hbm.xml的配置文件;
3.配置数据库
(1)点击左下角按钮,使窗口样式如图所示;
标签:http 依赖包 str 9.png project 数据 文件 项目 inf
原文地址:https://www.cnblogs.com/luckyplj/p/10655739.html