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 7a6439c commit 82148bfCopy full SHA for 82148bf
spring-security-login-and-registration/src/main/resources/application.properties
@@ -1,6 +1,6 @@
1
################### DataSource Configuration ##########################
2
jdbc.driverClassName=com.mysql.jdbc.Driver
3
-jdbc.url=jdbc:mysql://localhost:3306/spring_hibernate4_02?createDatabaseIfNotExist=true
+jdbc.url=jdbc:mysql://localhost:3306/registration_02?createDatabaseIfNotExist=true
4
jdbc.user=tutorialuser
5
jdbc.pass=tutorialmy5ql
6
init-db=false
0 commit comments