⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 hibernate.properties

📁 The ability to create groups of reports, and grant users access to reports by group. The ability to
💻 PROPERTIES
字号:
hibernate.dialect net.sf.hibernate.dialect.MySQLDialect
#hibernate.dialect net.sf.hibernate.dialect.PostgreSQLDialect
#hibernate.dialect net.sf.hibernate.dialect.HSQLDialect
     
#PostgreSQL connection properties        
#hibernate.connection.driver_class=org.postgresql.Driver
#hibernate.connection.url=jdbc:postgresql://localhost:5432/openreports
#hibernate.connection.username=
#hibernate.connection.password=
   
# MySQL connection properties
hibernate.connection.driver_class=com.mysql.jdbc.Driver
hibernate.connection.url=jdbc:mysql://localhost/oreports
hibernate.connection.username=
hibernate.connection.password=

# JNDI connection properties
#hibernate.connection.datasource=java:comp/env/jdbc/OrDb
        
# Commons-DBCP connection pool properties
hibernate.dbcp.maxActive=5
hibernate.dbcp.whenExhaustedAction=1
hibernate.dbcp.maxWait=5000
hibernate.dbcp.maxIdle=2
hibernate.dbcp.ps.maxActive=5
hibernate.dbcp.ps.whenExhaustedAction=1
hibernate.dbcp.ps.maxWait=5000
hibernate.dbcp.ps.maxIdle=5
hibernate.dbcp.validationQuery=select 1
hibernate.dbcp.testOnBorrow=true
hibernate.dbcp.testOnReturn=false

hibernate.cglib.use_reflection_optimizer=false
              
      

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -