We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f22fea commit 7f8eea6Copy full SHA for 7f8eea6
spring-security-login-error-handling/src/main/resources/application.properties
@@ -1,10 +1,10 @@
1
################### DataSource Configuration ##########################
2
jdbc.driverClassName=com.mysql.jdbc.Driver
3
-jdbc.url=jdbc:mysql://localhost:3306/AUTHDATA
+jdbc.url=jdbc:mysql://localhost:3306/spring_hibernate4_02?createDatabaseIfNotExist=true
4
jdbc.user=tutorialuser
5
jdbc.pass=tutorialmy5ql
6
init-db=false
7
################### Hibernate Configuration ##########################
8
hibernate.dialect=org.hibernate.dialect.MySQLDialect
9
-hibernate.show_sql=true
10
-hibernate.hbm2ddl.auto=validate
+hibernate.show_sql=false
+hibernate.hbm2ddl.auto=create-drop
0 commit comments