Skip to content

Commit dace105

Browse files
author
eugenp
committed
changing the port back to default
1 parent 4c6e0c8 commit dace105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-security-oauth/src/main/resources/persistence.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:3606/oauth_reddit?createDatabaseIfNotExist=true
3+
jdbc.url=jdbc:mysql://localhost:3306/oauth_reddit?createDatabaseIfNotExist=true
44
jdbc.user=tutorialuser
55
jdbc.pass=tutorialmy5ql
66
init-db=false

0 commit comments

Comments
 (0)