Skip to content

Commit 3f31864

Browse files
authored
Update README.md
1 parent 1c5aae3 commit 3f31864

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +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
99+
* spring.datasource.username=**** <--Add your database username
100100

101-
spring.datasource.password=**** <--Add your database password
101+
* spring.datasource.password=**** <--Add your database password
102102

103103
* #Enable SQL query logging
104104
spring.jpa.show-sql=true

0 commit comments

Comments
 (0)