From e27b53f0f5b0e4c9f17711f293e3251357042bc4 Mon Sep 17 00:00:00 2001 From: mka Date: Fri, 21 Dec 2012 07:39:22 +0000 Subject: [PATCH] updated --- Workspace/Siman-WS/conf/release.properties | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Workspace/Siman-WS/conf/release.properties b/Workspace/Siman-WS/conf/release.properties index 559942f..39d7fbd 100644 --- a/Workspace/Siman-WS/conf/release.properties +++ b/Workspace/Siman-WS/conf/release.properties @@ -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 -- 2.39.2