ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
# 20.1.3\. 属性(Properties) 可以通过如下方式指定数据库属性: * 通过`-D`_<property>_系统参数 * 在`hibernate.properties`文件中 * 位于一个其它名字的properties文件中,然后用 `--properties`参数指定 所需的参数包括: **表 20.3\. SchemaExport 连接属性** | 属性名 | 说明 | | --- | --- | | `hibernate.connection.driver_class` | jdbc driver class | | `hibernate.connection.url` | jdbc url | | `hibernate.connection.username` | database user | | `hibernate.connection.password` | user password | | `hibernate.dialect` | 方言(dialect) |