hibernate.properties
来自「这是一个用Struts+Hibernate+Tomcat5.5.9实现的一个“课」· PROPERTIES 代码 · 共 17 行
PROPERTIES
17 行
## Oracle
#hibernate.dialect org.hibernate.dialect.OracleDialect
#hibernate.dialect org.hibernate.dialect.Oracle9Dialect
#hibernate.connection.driver_class oracle.jdbc.driver.OracleDriver
#hibernate.connection.username system
#hibernate.connection.password manager
#hibernate.connection.url jdbc:oracle:thin:@localhost:1521:ora
hibernate.dialect=org.hibernate.dialect.SQLServerDialect
hibernate.connection.driver_class=com.microsoft.jdbc.sqlserver.SQLServerDriver
hibernate.connection.url=jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=StudentGrade
hibernate.connection.username=sa
hibernate.connection.password=123456
hibernate.show_sql=true
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?