hibernate.dialect = net.sf.hibernate.dialect.MySQLDialect hibernate.connection.driver_class = com.mysql.jdbc.Driver hibernate.connection.url = jdbc:mysql://localhost/forum hibernate.connection.username = root hibernate.connection.password = root hibernate.connection.pool_size = 20 hibernate.statement_cache.size = 6 hibernate.show_sql = false