1. 首页
  2. 编程语言
  3. Java
  4. hibernate用法

hibernate用法

上传者: 2019-05-13 17:33:05上传 TXT文件 6.47KB 热度 28次
hibernate.dialect=org.hibernate.dialect.MySQLDialect//指定数据库使用的sql方言(oracle、mysql)hibernate.connection.driver_class=com.mysql.jdbc.Driver//指定数据库的驱动程序hibernate.connection.url=jdbc:mysql://localhost:3036/myDB//指定数据库的urlhibernate.connection.username=roothibernate.connection.password=123hibernate.show_sql=true//true表示程序运行时,会在控
用户评论