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 a96bade commit 1c5aae3Copy full SHA for 1c5aae3
README.md
@@ -94,10 +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
100
-spring.datasource.password=**** <-------Add your database password
+spring.datasource.username=**** <--Add your database username
+
101
+spring.datasource.password=**** <--Add your database password
102
103
* #Enable SQL query logging
104
spring.jpa.show-sql=true
0 commit comments