# Connection properties
connection.url=jdbc:mysql://localhost/simer
+#connection.url=jdbc:postgresql://localhost:5432/simer
connection.username=simer
connection.password=admin
-connection.driver_class=com.p6spy.engine.spy.P6SpyDriver
+connection.driver_class=com.mysql.jdbc.Driver
+#connection.driver_class=org.postgresql.Driver
# Hibernate config
hibernate.hbm2ddl.auto=validate
+#hibernate.hbm2ddl.auto=update
hibernate.dialect=org.hibernate.dialect.MySQLDialect
+#hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
hibernate.current_session_context_class=thread
# Log properties