]> SALOME platform Git repositories - tools/siman.git/blobdiff - Workspace/Siman-WS/conf/release.properties
Salome HOME
updated
[tools/siman.git] / Workspace / Siman-WS / conf / release.properties
index 559942f8ab27aaf5022de6b78b0993edc89598b8..39d7fbdd29e6cc39bd1395b2eef8f752097d4e2f 100644 (file)
@@ -1,12 +1,16 @@
 # 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