Skip to content

Commit 1c5aae3

Browse files
authored
Update README.md
1 parent a96bade commit 1c5aae3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,11 @@ Follow the steps below to run the application:
9494

9595
* This is my application.properties
9696
* #Database Configuration
97-
spring.datasource.url=jdbc:mysql://localhost:3306/authentication_system <-------Add your database name only
97+
spring.datasource.url=jdbc:mysql://localhost:3306/authentication_system <---Add your database name only
9898

99-
spring.datasource.username=**** <-------Add your database username
100-
spring.datasource.password=**** <-------Add your database password
99+
spring.datasource.username=**** <--Add your database username
100+
101+
spring.datasource.password=**** <--Add your database password
101102

102103
* #Enable SQL query logging
103104
spring.jpa.show-sql=true

0 commit comments

Comments
 (0)