hibernate用法
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表示程序运行时,会在控
用户评论