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 1c5aae3 commit 3f31864Copy full SHA for 3f31864
README.md
@@ -94,11 +94,11 @@ Follow the steps below to run the application:
94
95
* This is my application.properties
96
* #Database Configuration
97
-spring.datasource.url=jdbc:mysql://localhost:3306/authentication_system <---Add your database name only
+* spring.datasource.url=jdbc:mysql://localhost:3306/authentication_system <---Add your database name only
98
99
-spring.datasource.username=**** <--Add your database username
+* spring.datasource.username=**** <--Add your database username
100
101
-spring.datasource.password=**** <--Add your database password
+* spring.datasource.password=**** <--Add your database password
102
103
* #Enable SQL query logging
104
spring.jpa.show-sql=true
0 commit comments