diff src/main/resources/hibernate.cfg.xml @ 25:86694755415d

new: convert shown edit time to UTC+8
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Fri, 26 Jun 2015 11:32:33 +0200
parents 5b1856cd6b4f
children 37840afb7b80
line wrap: on
line diff
--- a/src/main/resources/hibernate.cfg.xml	Thu Jun 25 10:53:52 2015 +0200
+++ b/src/main/resources/hibernate.cfg.xml	Fri Jun 26 11:32:33 2015 +0200
@@ -17,7 +17,7 @@
         <property name="hibernate.connection.url">jdbc:mysql://localhost/LGServices?characterEncoding=UTF-8</property>
         
         <property name="hibernate.connection.username">root</property>
-		<property name="hibernate.connection.password">admin</property>
+		<property name="hibernate.connection.password">root</property>
 		<property name="hibernate.connection.charSet">UTF-8</property>
 		
 		<!-- JDBC connection pool (use the built-in) -->