Skip to content

Commit 7f8eea6

Browse files
committed
Forgot Properties
Changed the Properties File back to properties set by eugen.
1 parent 2f22fea commit 7f8eea6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
################### DataSource Configuration ##########################
22
jdbc.driverClassName=com.mysql.jdbc.Driver
3-
jdbc.url=jdbc:mysql://localhost:3306/AUTHDATA
3+
jdbc.url=jdbc:mysql://localhost:3306/spring_hibernate4_02?createDatabaseIfNotExist=true
44
jdbc.user=tutorialuser
55
jdbc.pass=tutorialmy5ql
66
init-db=false
77
################### Hibernate Configuration ##########################
88
hibernate.dialect=org.hibernate.dialect.MySQLDialect
9-
hibernate.show_sql=true
10-
hibernate.hbm2ddl.auto=validate
9+
hibernate.show_sql=false
10+
hibernate.hbm2ddl.auto=create-drop

0 commit comments

Comments
 (0)