Skip to content

Commit 0b28b4b

Browse files
author
Eugen
committed
Merge pull request eugenp#40 from egmp777/master
Forgot Properties
2 parents ac9b66d + 7f8eea6 commit 0b28b4b

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)