Skip to content

Commit 82148bf

Browse files
author
eugenp
committed
minor db name change
1 parent 7a6439c commit 82148bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-security-login-and-registration/src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
################### DataSource Configuration ##########################
22
jdbc.driverClassName=com.mysql.jdbc.Driver
3-
jdbc.url=jdbc:mysql://localhost:3306/spring_hibernate4_02?createDatabaseIfNotExist=true
3+
jdbc.url=jdbc:mysql://localhost:3306/registration_02?createDatabaseIfNotExist=true
44
jdbc.user=tutorialuser
55
jdbc.pass=tutorialmy5ql
66
init-db=false

0 commit comments

Comments
 (0)