hibernate.properties : project\etc\hibernate.properties
hibernate.cfg.xml : project\etc\hibernate.cfg.xml
所有hibernate相关配置文件都在project中。包括class.hbm.xml、*.dtd
啦啦啦
hibernate.properties : project\etc\hibernate.properties
hibernate.cfg.xml : project\etc\hibernate.cfg.xml
所有hibernate相关配置文件都在project中。包括class.hbm.xml、*.dtd
啦啦啦
Hibernate的数据库连接信息是从配置文件中加载的。
Hibernate 配置文件主要用于配置数据库连接和 Hibernate 运行时所需的各种属性。每个 Hibernate 配置文件对应一个 Configuration
Hibernate的描述文件可以是一个properties属性文件,也可以是一个xml文件。
root jdbc:mysql://localhost:3306/bookstore org.hibernate.dialect.MySQ...
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M