码迷,mamicode.com
首页 > Web开发 > 详细

Hibernate的配置

时间:2016-11-15 10:15:31      阅读:228      评论:0      收藏:0      [点我收藏+]

标签:建表   conf   format   配置   代码   ati   blog   tool   date   

配置Hibernate

1、在项目中引入Hibernate的Jar包

在 WebContent/WEB-INF/lib 目录下 导入jar包

技术分享

 

2、在Java Resources 下创建 hibernate.cfg.xml,并填写相应信息

创建:

技术分享

配置:

技术分享

 

修改 hibernate.cfg.xml  

技术分享
        <!-- 调试 -->
        <property name="hibernate.show_sql">true</property>
        <property name="hibernate.format_sql">true</property>
        
        <!-- 自动建表方式 -->
        <property name="hibernate.hbm2ddl.auto">update</property>
技术分享

 

3、创建 Hibernate Console Configuration

4、创建 Hibernate Reverse Engineering File

Hibernate的配置

标签:建表   conf   format   配置   代码   ati   blog   tool   date   

原文地址:http://www.cnblogs.com/HRZJ/p/6064306.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!